mongorestore command code example
Example 1: import dump mongodb
mongorestore -d db_name /path/
mongorestore -d db_name -c collection_name /path/file.bson
Example 2: mongorestore command
mongorestore [backup dir] --db [dbName] --port [mongod port]