Skip to content

Instantly share code, notes, and snippets.

@thiagomr
Last active October 19, 2018 17:58
Show Gist options
  • Select an option

  • Save thiagomr/f84a8ab66b389561f23118cf328a33a9 to your computer and use it in GitHub Desktop.

Select an option

Save thiagomr/f84a8ab66b389561f23118cf328a33a9 to your computer and use it in GitHub Desktop.
mongoexport --host localhost --db database -u user -p pass \
--collection cdrs --query '{}' --limit 10 --out /tmp/export.json \
--jsonArray --pretty
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment