mongoexport --host <host>:<port> --db <database> --username <username> --password <password> --collection <collection> --out <collection>.json
mongoimport --host <host>:<port> --ssl --username <username> --password <password> --authenticationDatabase admin --db <collection> --collection <collection> --type json --file <collection>.json