mongo-tools 3.4.0 Various tools for interacting with MongoDB and BSON

This package includes a collection of tools related to MongoDB.

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 the BSON format

mongorestore

Read MongoDB backups in the BSON format, and 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