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.

已提问 5 年前885 查看次数
1 回答
1

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

已回答 5 年前

您未登录。 登录 发布回答。

一个好的回答可以清楚地解答问题和提供建设性反馈,并能促进提问者的职业发展。

回答问题的准则