Cosmos Db is not a relational database, but we can use it for relational data, for example, eCommerce data. A few key patterns for successful data modeling in Cosmos DB are Select partition key wisely: Consider max document size, max partition size, and the most common query pattern. Choose the partition to let the query… Continue reading Cosmos DB Data Model example