Go to file
2024-01-06 07:12:55 +01:00
mongo-tools.spec rebuilt by autoport with build requirements: libgo-devel>=10.1.0-1mamba [release 4.2.0-2mamba;Thu May 14 2020] 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