Skip to content

Instantly share code, notes, and snippets.

@rubeniskov
Created September 24, 2015 15:46
Show Gist options
  • Save rubeniskov/e4e63b881fd261f18d81 to your computer and use it in GitHub Desktop.
Save rubeniskov/e4e63b881fd261f18d81 to your computer and use it in GitHub Desktop.
mongo localhost/<database> --quiet --eval "DBQuery.shellBatchSize = Infinity;db.<collection>.find().shellPrint()" > ~/<filename.json>
mongoimport -d <database> -c <collection> <filename.json>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment