mongoreplay
collection of tools for administering MongoDB servers
Install
- All systems
-
curl cmd.cat/mongoreplay.sh
- Debian
-
apt-get install mongo-tools
- Ubuntu
-
apt-get install mongo-tools
- Alpine
-
apk add mongodb-tools
- Arch Linux
-
pacman -S mongodb-tools
- Kali Linux
-
apt-get install mongo-tools
- Fedora
-
dnf install mongo-tools
- Windows (WSL2)
-
sudo apt-get update
sudo apt-get install mongo-tools
- Raspbian
-
apt-get install mongo-tools
- Dockerfile
- dockerfile.run/mongoreplay
- Docker
-
docker run cmd.cat/mongoreplay mongoreplay
powered by Commando
mongo-tools
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