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
GitHub에서 Microsoft와 공동 작업
이 콘텐츠의 원본은 GitHub에서 찾을 수 있으며, 여기서 문제와 끌어오기 요청을 만들고 검토할 수도 있습니다. 자세한 내용은 참여자 가이드를 참조하세요.
Azure SDK for Python