We are planning to use Azure Cosmos as a DB for Storing a bunch of Documents (JSON Objects), Does Cosmos have any feature to create Views like Mongodb
I searched many places but could not get details
We are planning to use Azure Cosmos as a DB for Storing a bunch of Documents (JSON Objects), Does Cosmos have any feature to create Views like Mongodb
I searched many places but could not get details
Based on the REST API and Administration Commands, the feature is not supported by cosmos db mongo api yet.(Please see a similar thread:Is it possible to use MongoDB Views with Azure CosmosDB?)
Per my knowledge, CosmosDB just supports a subset of the MongoDB API. CosmosDB has some different behaviours and results. But the onus is on CosmosDB to improve their emulation of MongoDB.
In addition, you could add feedback here to submit your requirements.Or you could consider using MongoDB Atlas on Azure if you'd like full MongoDB feature support.