Managing NoSQL Data Using Azure Cosmos DB
This chapter is about managing NoSQL data by using Azure Cosmos DB. You will learn some of the key concepts about Cosmos DB like its APIs, ways to model your data, and throughput provisioning, which influences costs. You will create some Cosmos DB resources using the local emulator and in the Azure cloud. Then you will learn how to work with more traditional data using Core (SQL) API. Finally, you will learn how to work with graph data using Gremlin API (online section).
This chapter will cover the following topics:
- Understanding NoSQL databases
- Creating Cosmos DB resources
- Manipulating data with Core (SQL) API
- Manipulating graph data with Gremlin API (online section)
- Cleaning up Azure resources