Search code examples
jsonazure-cosmosdbbulk-load

The best method for bulk loading data into Azure DocumentDB collection


I'm new to Azure and have a lot of MS SQL data we need to migrate to DocumentDB. I've tried the bulk upload but it appears that you can only have one JSON document per load file, this doesn't appear to be very efficient if we've got 100K+ records to load.

I've used MongoDB before and this has the mongoimport tool, is there anything similar to this for DocDB?

Also, any documentation pointers on this would be great.


Solution

  • Here are a few 1st-party (Microsoft developed) options available: