Now that I have covered most of the aspects of Azure Cosmos DB–MongoDB API, in this chapter, we will delve into the actual logistics of migrating an entire application to Azure Cosmos DB–MongoDB API.
Migration Strategies
Many strategies exist to migrate NoSQL data from one database to another type of database. The major worry for a developer while migrating from one technology to another is to ensure compatibility between the target and source. With protocol support, Azure Cosmos DB with Mongo API tries to resolve the compatibility issues. Ideally, you ...