Restore a single collection in MongoDB
Thu, 08 October 2020
restore.sh
mongorestore --uri='mongodb://127.0.0.1/my_db' --collection=my_collection --db=my_db ./some/dir/a_collection_export.bson