Azure / azure-cosmosdb-java

Java Async SDK for SQL API of Azure Cosmos DB
MIT License
54 stars 61 forks source link

Difference between azure-documentdb and azure-cosmosdb sdk #23

Closed sophiaso closed 5 years ago

sophiaso commented 6 years ago

Hi, what's the difference between this repo and previous azure-documentdb-java? Is it recommended to use this new repo as reference?

Will the azure-documentdb be updated and released in the future? For the previous documentdb users, better to switch from azure-documentdb to azure-cosmosdb ?

moderakh commented 6 years ago

@sophiaso Both this github and the previous provide Java SDK for SQL api of Azure Cosmos DB.

The difference is this repo provides Async API with non blocking IO, however the previous on only provides sync API with blocking IO.

We will maintain both SDKs. But if you have a requirement for using async API you can consider using this new SDK.

christopheranderson commented 5 years ago

Closing old issues