Commit Graph

9 Commits

Author SHA1 Message Date
Ronald Klop
dc9211a92d databases/mongodb-tools: Update to 100.5.1
Changes: https://docs.mongodb.com/database-tools/release-notes/database-tools-changelog/#100.5.1-changelog

PR:	259515
2021-10-29 09:44:14 -07:00
Ronald Klop
b325eb4767 databases/mongodb-tools: Update to 100.5.0
https://docs.mongodb.com/database-tools/release-notes/database-tools-changelog/#100.5.0-changelog

PR:		258449
2021-09-22 15:50:48 +08:00
Ronald Klop
489bf3987d databases/mongodb-tools: Update to 100.4.1
Changelog:	https://docs.mongodb.com/database-tools/release-notes/database-tools-changelog/#100.4.1-changelog

PR:		257395
Approved by:	lwhsu (mentor, implicit)
2021-07-25 23:33:37 -04:00
Mathieu Arnold
cf118ccf87 One more small cleanup, forgotten yesterday.
Reported by:	lwhsu
2021-04-07 10:09:01 +02:00
Mathieu Arnold
305f148f48 Remove # $FreeBSD$ from Makefiles. 2021-04-06 16:31:07 +02:00
Rainer Hurling
bf8864c813 databases/mongodb-tools: Update to 100.3.1
Changelog: https://docs.mongodb.com/database-tools/release-notes/database-tools-changelog/#100.3.1-changelog

PR:		254405
Submitted by:	Ronald Klop <ronald-lists@klop.ws> (maintainer)
2021-03-20 17:33:07 +00:00
Neel Chauhan
71da1ebd26 databases/mongodb-tools: update to 100.3.0
Changes: https://docs.mongodb.com/database-tools/release-notes/database-tools-changelog/#100.3.0-changelog

PR:		253326
Submitted by:	Ronald Klop <ronald-lists AT klop DOT ws> (maintainer)
2021-02-08 03:38:35 +00:00
Mikael Urankar
3a7bf7671c databases/mongodb-tools: update to 100.2.1
Changes: https://docs.mongodb.com/database-tools/release-notes/database-tools-changelog/#changelog

PR:		251379
Submitted by:	Ronald Klop (maintainer)
2020-12-01 18:00:03 +00:00
Kurt Jaeger
a22198ffa0 New port: databases/mongodb-tools
According to https://docs.mongodb.com/database-tools/#versioning
the versioning of mongodb-tools changed. One version of mongodb-tools
for all future mongodb versions.

- removed mongoreplay: it does not exist (anymore)
- enabled all tools: I don't know the history why these were not enabled
- builds and runs on aarch64
- Add WWW to official documentation

--------
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

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

PR:		249426
Submitted by:	Ronald Klop <ronald-lists@klop.ws>
2020-09-26 09:08:01 +00:00