Migrate or dump DocumentDB data

0

Doing some research on MongoDB hosting for a new system. We are looking at DocumentDB as a solution. One of the things that I am trying to understand is how locked in to the service is your data. I am finding tools to migrate data from MongoDB to DocumentDB but not finding much information regarding dumping or copying data from DocumentDB for import into a vanilla MongoDB implementation.

asked 5 years ago896 views
1 Answer
1

You can use the mongodump and mongoexport tools to export data from a DocumentDB cluster and import it into a MongoDB deployment.

answered 5 years ago

You are not logged in. Log in to post an answer.

A good answer clearly answers the question and provides constructive feedback and encourages professional growth in the question asker.

Guidelines for Answering Questions