Managing NoSQL Data Using Azure Cosmos DB
This chapter is about managing NoSQL data by using Azure Cosmos DB. You will learn about some of the key concepts of 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 the Core (SQL) API.
In an optional online-only section, you can learn how to work with graph data using the Gremlin API.
This chapter will cover the following topics:
- Understanding NoSQL databases
- Creating Cosmos DB resources
- Manipulating data with the Core (SQL) API
- Exploring server-side programming
- Cleaning up Azure resources