Gaurav Mantri's Personal Blog.

Azure Cosmos DB and Node SDK – Part III: Working with Documents

In the previous posts in this series, we saw how you can work with databases and containers in Cosmos DB using their Node SDK. You can read those posts here: Part I: Working with databases: https://gauravmantri.com/2019/06/04/cosmos-db-and-node-sdk-working-with-databases/Part II: Working with … [Read more...]

Cosmos DB and Node SDK – Part II: Working with Containers

In the previous post, we saw how we can use Node SDK for Cosmos DB to work with databases. You can read that post here: https://gauravmantri.com/2019/06/04/cosmos-db-and-node-sdk-working-with-databases/. In this post, we will see how we can manage containers in a Cosmos DB database using Node … [Read more...]