Cosmos DB NoSQL to MongoDB
Steps for executing a live production migration from Cosmos DB NoSQL to MongoDB using Dsynct.
Prerequisites
Data type and ID considerations
Simple case: shard key is /id
/id# transform.yaml
defaultmapping: default
mappings:
- namespace: default
delete: ["id"]
add: ["_id"]
mapid: id
cel:
_id: idWith a shard key prefix
Worker VM setup
Running the workflow
Last updated