Skip to content

Instantly share code, notes, and snippets.

@johhansantana
Created January 18, 2016 16:49
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save johhansantana/8fe4a998301935de622f to your computer and use it in GitHub Desktop.
Save johhansantana/8fe4a998301935de622f to your computer and use it in GitHub Desktop.
export mongo db collection
mongoexport --host localhost --port 3001 --db meteor --collection collection_name --out collection_name.json
// source http://stackoverflow.com/a/24551885/3632722
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment