Last active
August 1, 2017 19:46
-
-
Save rdemorais/676efa87a28b33dc7b52dda2b88ec317 to your computer and use it in GitHub Desktop.
Importar dados Mongo
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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