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 年前檢視次數 895 次
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 年前

您尚未登入。 登入 去張貼答案。

一個好的回答可以清楚地回答問題並提供建設性的意見回饋,同時有助於提問者的專業成長。

回答問題指南