This code imports a gzip-compressed BSON document into a Mongodb database on localhost:27017.
// importa un bson gzip dentro un databaser
mongorestore --host localhost:27017 --gzip --nsInclude 'test.test' item.bson.gz
mongorestore --host localhost:27017 --gzip -d test -c item item.bson.gz