1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47
|
Source: mongo-tools
Section: admin
Priority: optional
Maintainer: Debian MongoDB Maintainers <team+mongodb@tracker.debian.org>
Uploaders: Apollon Oikonomopoulos <apoikos@debian.org>
Build-Depends: debhelper (>= 11~),
golang-go,
dh-golang,
libssl-dev,
libsasl2-dev,
libpcap-dev,
golang-gopkg-tomb.v2-dev,
golang-github-golang-snappy-dev,
golang-github-google-gopacket-dev,
golang-github-jacobsa-oglematchers-dev,
golang-github-nsf-termbox-go-dev,
golang-github-smartystreets-assertions-dev,
golang-github-smartystreets-goconvey-dev,
golang-github-jtolds-gls-dev,
golang-golang-x-crypto-dev,
pkg-config
Standards-Version: 4.3.0
Homepage: https://github.com/mongodb/mongo-tools
Vcs-Git: https://salsa.debian.org/mongodb-team/mongo-tools.git
Vcs-Browser: https://salsa.debian.org/mongodb-team/mongo-tools
XS-Go-Import-Path: github.com/mongodb/mongo-tools
Package: mongo-tools
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}
Built-Using: ${misc:Built-Using}
Breaks: mongodb-clients (<< 1:3.2)
Replaces: mongodb-clients (<< 1:3.2)
Description: collection of tools for administering MongoDB servers
mongodb-tools is a collection of tools for administering MongoDB instances.
The package includes the following tools:
.
* 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
* mongooplog: replay oplog entries between MongoDB servers
* mongotop: monitor read/write activity on a mongo server
|