Go to file
Silvan Calarco 1d03056d03 update to 4.2.14
built with libgo 11.1.0 [release 4.2.14-1mamba;Tue May 04 2021]
2024-01-06 07:12:55 +01:00
mongo-tools.spec update to 4.2.14 2024-01-06 07:12:55 +01:00
README.md package created using the webbuild interface [release 3.2.4-1mamba;Tue Apr 12 2016] 2024-01-06 07:12:55 +01:00

mongo-tools

The MongoDB Tools:

  • bsondump - display BSON files in a human-readable format
  • mongoimport - Convert data from JSON, TSV or CSV and insert them into a collection
  • mongoexport - Write an existing collection to CSV or JSON format
  • mongodump/mongorestore - Dump MongoDB backups to disk in .BSON format, or restore them to a live database
  • mongostat - Monitor live MongoDB servers, replica sets, or sharded clusters
  • mongofiles - Read, write, delete, or update files in GridFS
  • mongooplog - Replay oplog entries between MongoDB servers
  • mongotop - Monitor read/write activity on a mongo server