Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Overview
Use Azure Cosmos DB in your Python applications to store and query JSON documents in a NoSQL data store.
Learn more about Azure Cosmos DB.
Client library - For Applications Development and Data Exploration
pip install azure-cosmos
Management library - For Account Level Management Operations
pip install azure-mgmt-cosmosdb
Key Examples
-
- Create Database
- Create Container
- CRUD operations on Items in Container
- Query a Container for Items
- Create a Database user
-
- Basic CRUD operations on a Database resource
- Query for Database
- List all Database resources on an account
-
- Basic CRUD operations on a Container resource
- Query for Container
- Manage Container Provisioned Throughput
- List all Container resources in a Database
Develop Python Applications
Develop a Python app to access and manage data stored in Azure Cosmos DB SQL API account
Develop a Python app to access and manage data stored in Azure Cosmos DB MongoDB API account
Develop a Python app to access and manage data stored in Azure Cosmos DB Gremlin API account
Develop a Python app to access and manage data stored in Azure Cosmos DB Cassandra API account
Develop a Python app to access and manage data stored in Azure Cosmos DB Table API account
Azure SDK for Python