Azure Cosmos DB for MongoDB?

Has anyone had any experience using Azure Cosmos DB for MongoDB with OpenFlow? Our DBAs currently will not support MongoDB directly. However, they will support Azure Cosmos DB for MongoDB.

From what information I’ve gathered the percent of MongoDB functions covered by the wire API isn’t terribly high (~32%), but I was hoping that it might be a bridge solution to get OpenFlow up for a POC.

Thanks!

I have never tested, but from a quick google search it seems documentdb’s mongodb api also supports change streams. That is required beside support for ad hoc queries and aggregations.
Time series is optional, so seems plausible it could work.

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.

Super late, but had to share this.

I just came across FerretDB
this allows you to “talk mongodb” with a few other open source databases.
I have just been testing this with PostgreSQL and besides the lack of change streams it works quite well … could be an alternative for people that do not want to use mongodb.