In this tutorial, we’ll explore Cosmos DB NoSQL API in detail. I’ll walk you through basic, intermediate topics, so you can gradually build a strong understanding of how it works.
About Cosmos DB NoSQL API:
In Azure Cosmos DB, this API is most widely used and also, it’s the native API of Cosmos DB.
The topics listed below are simple and practical. Once you understand them clearly, you’ll be confident working with the Cosmos DB NoSQL API. Learning these topics will also help you handle real-world projects more easily.
Basic topics:
👉 Hierarchy of Cosmos DB NoSQL API
👉 Cosmos DB NoSQL API Pricing and Provisioning
👉 About Partitioning
👉 Consistency levels in Cosmos DB
👉 Request Units (Throughput) or RUs
👉 Change Feed
👉 Cosmos DB Rest API
👉 Monitoring in Cosmos DB
👉 Query the data in Cosmos DB from Azure Portal
In today’s fast-paced AI-driven development landscape, using tools like GitHub Copilot can significantly accelerate your coding process. It’s like having an intelligent pair programmer by your side — suggesting code, fixing bugs, and helping you stay in flow.
IT Employees:
If you're working in an IT company, chances are your organization already provides a GitHub Copilot license—making it easy to get started with powerful tools like Visual Studio Code, IntelliJ IDEA, and other supported IDEs. With Copilot integrated into your workflow, you can boost productivity and write code faster and smarter.
Students and other professionals:
Students can kickstart their development journey using free tools like ChatGPT, GitHub Copilot (with student or free access), Gemini, and many other AI-powered platforms.
Resources to Interact with Cosmos DB NoSQL API using Python SDK:
👉 Creating and managing the resources of Cosmos DB NoSQL API using Python SDK
👉 CRUD operations using Keys using Python SDK
👉 CRUD operations with Azure Managed Identity using Python SDK
👉 CRUD operations with Azure Service Principal using Python SDK
👉 Cosmos DB Change Feed using Python SDK
Next Steps:
Learn all the Basic topics.
Next topic: Hierarchy of Cosmos DB NoSQL API
Comments
Post a Comment