Skip to content

Instantly share code, notes, and snippets.

@rdemorais
Last active August 1, 2017 19:46
Show Gist options
  • Save rdemorais/676efa87a28b33dc7b52dda2b88ec317 to your computer and use it in GitHub Desktop.
Save rdemorais/676efa87a28b33dc7b52dda2b88ec317 to your computer and use it in GitHub Desktop.
Importar dados Mongo
mongoimport -d akulaapi -c bancos --type csv --file bancos.csv --headerline
mongodump --db test --collection collection
mongorestore --collection people --db accounts dump/
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment