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.

質問済み 4年前851ビュー
1回答
1

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

回答済み 4年前

ログインしていません。 ログイン 回答を投稿する。

優れた回答とは、質問に明確に答え、建設的なフィードバックを提供し、質問者の専門分野におけるスキルの向上を促すものです。

質問に答えるためのガイドライン

関連するコンテンツ