Export data from Azure DocumentDB

Is there an option in Azure to export an existing collection from DocumentDB?

I could only see the import option.

+4
source share
3 answers

There is no built-in export option in the database service itself. However, the DocumentDB data migration tool published by the DocumentDB team is available and provides import and export capabilities (export to JSON). Everything is documented in the DocumentDB area of ​​the Azure site, specifically here .

This is not the only option, since you can write your own export application based on one of the existing language SDKs or direct REST API calls.

, , , . , DocumentDB .

+9

Azure DocumentDB DocumentDB.

, "JSON " documentDB

+2

, 2017 " DB" " DB" Azure CosmosDB ( DocumentDB). :

. . , , .

JSON

Azure DocumentDB DocumentDB.

:

  • DocumentDB
  • Azure Portal.

    • : AccountEndpoint=http://blah.documentdb.com/;AccountKey=blahblah;Database=dbname , "JSON " documentDB
  • , , , .
    • Verify, , .
  • .

sourceinformationpage


:

  • JSON.
  • Local File .
  • (not necessary). Check outPrettify JSON

targetinformationpage

Tested: 2017-06-16 against Azure CosmosDB instance

+2
source

All Articles