зеркало из
1
0
Форкнуть 0
azure-sdk-for-python/sdk/cosmos
Azure SDK Bot a77e30580c
Increment package version after release of azure-cosmos (#35656)
2024-05-15 22:05:04 -07:00
..
azure-cosmos Increment package version after release of azure-cosmos (#35656) 2024-05-15 22:05:04 -07:00
azure-mgmt-cosmosdb [skip ci] Delete azure-devtools and deps/references 2024-03-26 16:33:36 -07:00
azure-mgmt-documentdb [skip ci] Delete azure-devtools and deps/references 2024-03-26 16:33:36 -07:00
README.md
ci.yml
cosmos-emulator-matrix.json Remaining livetest matrices, `ci.yml` uses `image.yml` variables (#34727) 2024-03-11 16:19:26 -07:00
test-resources.bicep [Cosmos] Adds support for non streaming ORDER BY (#35468) 2024-05-15 14:23:12 -07:00
tests.yml Yaml adjustments to bring the majority of the tests.yml into 2024-03-06 16:59:42 -08:00

README.md

Azure Cosmos DB SQL API client SDKs for Python

Azure Cosmos DB is a globally distributed, multi-model database service that supports document, key-value, wide-column, and graph databases. For more information, go to https://www.gotcosmos.com/ .

Use the Azure Cosmos DB SQL API SDKs for application development and database management. For all other APIs, please check the documentation to evaluate the best SDK for your project.

Contents of this folder

azure-cosmos

This is the Azure Cosmos DB SQL API SDK for Python to manage databases and the JSON documents they contain in this NoSQL database service. High level capabilities are:

  • Create Cosmos DB databases and modify their settings
  • Create and modify containers to store collections of JSON documents
  • Create, read, update, and delete the items (JSON documents) in your containers
  • Query the documents in your database using SQL-like syntax

Use this package if you are creating an application or exploring data.

azure-mgmt-cosmosdb

This is the Microsoft Azure Cosmos DB Management Client Library. High level capabilities are:

  • Create an Azure Cosmos account
  • Add or remove regions
  • Enable multi-region writes
  • Set regional failover priority
  • Enable automatic failover
  • Trigger manual failover
  • List account keys
  • List read-only account keys
  • List connection strings
  • Regenerate account key

Use this package if you are creating an account level management application.

azure-mgmt-documentdb

Legacy DocumentDB SDK.

Use this package if you are maintaining legacy applications that can't be upgrade for the latest features and optimizations.

Contributing

This project welcomes contributions and suggestions. Most contributions require you to agree to a Contributor License Agreement (CLA) declaring that you have the right to, and actually do, grant us the rights to use your contribution. For details, visit https://cla.microsoft.com.

When you submit a pull request, a CLA-bot will automatically determine whether you need to provide a CLA and decorate the PR appropriately (e.g., label, comment). Simply follow the instructions provided by the bot. You will only need to do this once across all repos using our CLA.

This project has adopted the Microsoft Open Source Code of Conduct. For more information see the Code of Conduct FAQ or contact opencode@microsoft.com with any additional questions or comments.