In the previous article, we saw the five different types of consistency levels ranging from Strong to Eventual. In Cosmos DB, to set the consistency level, we start by setting the default one from all the available consistency levels for every … [Continue reading]
Let’s use SQL API in CosmosDB
In this very short blog post, we ll see an introduction on how to query Cosmos DB with the SQL API. Now SQL is just like another language when you want to get data out of the database, but the problem that arises is that it a relational database … [Continue reading]
Upgrade to CosmosDB Table SDK
When working with the data migrated from the Azure Table Storage to the CosmosDB Table API, we need to look at one more aspect. In the article about migrating from ATS to CosmosDB Table API, we saw how just changing the connection string in the … [Continue reading]
CosmosDB Graph Database
In the previous blog posts, we have seen the usage of SQL API and Table API to work with our database in CosmosDB. In this article, we look at the usage of Gremlin API to work with the Graph databases. These different APIs that we work with … [Continue reading]
Scenarios to use a Graph Database
You might be wondering what is so special about Graph databases that everyone is talking about those? Well, who would not when there is a data model which actually focuses on the connection between two data points (edges/relationships) and not … [Continue reading]
- « Previous Page
- 1
- 2
- 3
- 4
- 5
- …
- 12
- Next Page »