This blog post talks about the use of Table API in Cosmos DB for a key-value data model. The Table API emulates Azure Table Storage which is one of the storage services that came up with Azure in 2010. It came in with the Windows Azure which we … [Continue reading]
Benefits of using Cassandra API
In Azure Cosmos DB, Cassandra API can be used as the data store for the applications that have been written for Apache Cassandra. This means that the applications users have built using Apache Cassandra can communicate with Cosmos DB using the … [Continue reading]
Understand CosmosDB Mongo API
In the list of the APIs provided by Cosmos DB, Microsoft’s globally distributed multi-model database service, the API for MongoDB makes it very easy for the Mongo DB users to migrate to Cosmos DB without much of a hassle. We can communicate with the … [Continue reading]
SQL API vs. Table API CosmosDB
In the previous articles, we have seen how to query documents using the SQL API and how widely it is used. But then the question that arises is why do we still use other APIs if SQL APIs are so flexible to work with for any data type. In this blog … [Continue reading]
Optimistic Concurrency in CosmosDB
If you have been reading about CosmosDB for some time now, you might have seen how fast it works. Cosmos DB works really fast and does not disable viewing/editing any document or collection when somebody is working on them. However, this results in … [Continue reading]
- « Previous Page
- 1
- 2
- 3
- 4
- 5
- 6
- …
- 12
- Next Page »