Port details on branch 2023Q4 |
- mongodb-tools Tools for MongoDB 4.4.x and up
- 100.8.0_2 databases
=0 100.8.0_2Version of this port present on the latest quarterly branch. - Maintainer: ronald@FreeBSD.org
 - Port Added: 2023-12-07 15:09:06
- Last Update: 2023-12-07 15:06:56
- Commit Hash: 1a5ede5
- License: APACHE20
- WWW:
- https://docs.mongodb.com/database-tools/
- Description:
- 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
See also: https://github.com/mongodb/mongo-tools
¦ ¦ ¦ ¦ 
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- mongodb-tools>0:databases/mongodb-tools
- Conflicts:
- CONFLICTS_INSTALL:
- To install the port:
- cd /usr/ports/databases/mongodb-tools/ && make install clean
- To add the package, run one of these commands:
- pkg install databases/mongodb-tools
- pkg install mongodb-tools
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: mongodb-tools
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1692356336
SHA256 (mongodb-mongo-tools-100.8.0_GH0.tar.gz) = bc18345e1e8248a04aad1d7b7b44a7bb2a7f445b50e6a61afc082077227a1521
SIZE (mongodb-mongo-tools-100.8.0_GH0.tar.gz) = 4630312
Packages (timestamps in pop-ups are UTC):
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- go120 : lang/go120
- Library dependencies:
-
- libsasl2.so : security/cyrus-sasl2
- There are no ports dependent upon this port
Configuration Options:
- ===> The following configuration options are available for mongodb-tools-100.8.0_2:
DOCS=on: Build and/or install documentation
====> Options available for the multi SECURITY: you have to choose at least one of them
SASL=on: SASL authentication support
SSL=on: SSL protocol support
====> Options available for the multi TOOLS: you have to choose at least one of them
BSONDUMP=on: BSON files into human-readable formats
MONGODUMP=on: BSON data from the contents of a MongoDB instance
MONGOEXPORT=on: JSON or CSV export of MongoDB instance data
MONGOFILES=on: Interface to GridFS in a MongoDB instance
MONGOIMPORT=on: Importing JSON, CSV, or TSV into a MongoDB instance
MONGORESTORE=on: BSON data to a MongoDB instance
MONGOSTAT=on: Status of a running mongod or mongos instance
MONGOTOP=on: Track the amount of data I/O time
===> Use 'make config' to modify these settings
- Options name:
- databases_mongodb-tools
- USES:
- compiler:c++14-lang go localbase
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|