utilities for working with mongodb databases: bsondump, mongoimport, mongoexport, mongodump, mongorestore, mongostat, mongofiles, mongooplog, mongotop
mongo-tools is a collection of utilities for working with mongodb databases:
* 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: Dump MongoDB backups to disk in .BSON format
* mongorestore: Restore MongoDB backups in .BSON format to a live database
* mongostat: Monitor live MongoDB servers, replica sets, or sharded clusters
* mongofiles: Read, write, delete, or update files in GridFS
* mongotop: Monitor read/write activity on a mongo server
* mongoreplay: Inspect and record commands sent to a MongoDB instance, and then replay the commands back onto another host at a later time
mongo-tools is a collection of utilities for working with mongodb databases:
* 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: Dump MongoDB backups to disk in .BSON format
* mongorestore: Restore MongoDB backups in .BSON format to a live database
* mongostat: Monitor live MongoDB servers, replica sets, or sharded clusters
* mongofiles: Read, write, delete, or update files in GridFS
* mongotop: Monitor read/write activity on a mongo server
* mongoreplay: Inspect and record commands sent to a MongoDB instance, and then replay the commands back onto another host at a later time
To install mongo-tools, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install mongo-tools
To see what files were installed by mongo-tools, run:
port contents mongo-tools
To later upgrade mongo-tools, run:
sudo port selfupdate && sudo port upgrade mongo-tools
Reporting an issue on MacPorts Trac
The MacPorts Project uses a system called Trac to file tickets to report bugs and enhancement requests.
Though anyone may search Trac for tickets, you must have a GitHub account in order to login to Trac to create tickets.