freebsd-ports/databases/mongodb40-tools/pkg-plist
Tobias Kortkamp 3ed0da448a New port: databases/mongodb40-tools
Useful utilities for managing a MongoDB instance written in Go.

- 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
- mongotop - Monitor read/write activity on a mongo server
- mongoreplay - Capture, observe, and replay traffic for MongoDB

WWW: https://github.com/mongodb/mongo-tools

PR:		237352
Submitted by:	Andrew Shevchuk <dev.ashevchuk@gmail.com> (based on)
2019-04-19 07:34:43 +00:00

12 lines
374 B
Text

%%BSONDUMP%%bin/bsondump
%%MONGODUMP%%bin/mongodump
%%MONGOEXPORT%%bin/mongoexport
%%MONGOFILES%%bin/mongofiles
%%MONGOIMPORT%%bin/mongoimport
%%MONGORESTORE%%bin/mongorestore
%%MONGOTOP%%bin/mongoreplay
%%MONGOSTAT%%bin/mongostat
%%MONGOTOP%%bin/mongotop
%%PORTDOCS%%%%DOCSDIR%%/README.md
%%PORTDOCS%%%%DOCSDIR%%/CONTRIBUTING.md
%%PORTDOCS%%%%DOCSDIR%%/THIRD-PARTY-NOTICES