Azure / azure-cosmosdb-java

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

Support for MongoDB API #72

Closed ArturSkowronski closed 5 years ago

ArturSkowronski commented 5 years ago

Hello. Are there any plans to support MongoDB API with Reactive access?

We are currently using mongodb-driver-async and we are wondering if it will work reliably with CosmosDB or do you plan first party support in azure-cosmosdb-java.

moderakh commented 5 years ago

@ArturSkowronski this repo provides SQL API for CosmosDB.

Seems MongoDB has a driver with RX support: https://mongodb.github.io/mongo-java-driver-rx/ If you have questions on CosmosDB support for MongoDB API, please email "askcosmosdb at microsoft.com"

I am closing the issue here.