Skip to content

Instantly share code, notes, and snippets.

@mchavezi
Created December 30, 2015 01:43
Show Gist options
  • Select an option

  • Save mchavezi/ea66eaf8a520e943028c to your computer and use it in GitHub Desktop.

Select an option

Save mchavezi/ea66eaf8a520e943028c to your computer and use it in GitHub Desktop.
command to import json file into mongolab database collection.
mongoimport -h ds037155.mongolab.com:37155 -d <databasename> -c <collectionname> -u <username> -p <password> --file <nameofjsonfile.json> --jsonArray
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment