简体   繁体   中英

Exporting data from Azure Cosmos DB (where type is MongoDB API)

I need to export data from Azure Cosmos DB in CSV or JSON format to my local system.

Can anyone help me with that?

You could use cosmos db Migration Tool ,please refer to this official article: https://docs.microsoft.com/en-us/azure/cosmos-db/mongodb-migrate

Or you could use Azure Data Factory for cosmos db mongo api to export data from cosmos db into azure blob storage csv file,please refer to this document: https://docs.microsoft.com/en-us/azure/data-factory/connector-azure-cosmos-db-mongodb-api

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM