I would like to migrate my already existing Mongo DB to Azure Cosmos DB Mongo API, but could not figure out whether all the functionalities in use can be implemented in cosmos DB. Currently, I am using Mongo DB Atlas.Following are some of the functionalities that we are using in Mongo Db atlas.
- Grid FS
- Master DB for connecting all the other DB's.
- Indexing manually.
- Profiler.
- TTL for documents( Data gets deleted after 90 days from its entry date).
- Vertical Scaling, ie., more than 500 databases with at least 3 to 4 collections in each database.
- Storing certificates whose size is more than 2 MB.
- All the files are in JSON format.
Can anyone help me out with this?