Skip to content

Instantly share code, notes, and snippets.

@yuriburger
Last active June 13, 2019 05:37
Show Gist options
  • Save yuriburger/78866e1f3d475be7d977458fbcc361e9 to your computer and use it in GitHub Desktop.
Save yuriburger/78866e1f3d475be7d977458fbcc361e9 to your computer and use it in GitHub Desktop.
[mongo import] Mongo Import JSON from commandline #mongo
// vim: syntax=bash
mongoimport --db <dbname> --jsonArray --username <username> --password <passwd> --authenticationDatabase admin --drop --file <filename>.json --collection <collectionname>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment