From Cosmos DB to MongoDB
Follow these simple instructions to get dsync up and running and perform a migration from our Cosmos DB demo instance to your MongoDB destination.
Step 1: Download dsync
git clone https://github.com/adiom-data/dsync.git
cd dsync
go buildStep 2: Prepare the destination MongoDB instance
mkdir ~/temp
cd ~/temp
mkdir data_d
mongod --dbpath data_d --logpath mongod_d.log --fork --port 27017Step 3: Start dsync
Step 4: Check the data
Last updated