Search code examples
mongodbazure-cosmosdbazure-cosmosdb-mongoapi

How to do bulkupload in Cosmos DB for mongodb api


I am trying to upload 100GB Json file to cosmos DB. I want to use mongo DB API to store the data. How can i able to bulk upload the data to cosmos DB? Is there any option provided to upload json file to cosmos db.


Solution

  • Would probably use mongoimport to do this. There are some things to configure in Cosmos DB when importing data. You can read more here as well as a lot of other articles on migrating data into Cosmos DB API for MongoDB