Skip to content

Instantly share code, notes, and snippets.

@bruzed
Created January 18, 2012 15:17
Show Gist options
  • Save bruzed/1633477 to your computer and use it in GitHub Desktop.
Save bruzed/1633477 to your computer and use it in GitHub Desktop.
mongo shell commands
#import collections
$ mongoimport -d database -c collection filename.json
#export collections
$ mongoexport -d database -c collection > filename.json
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment