-
Notifications
You must be signed in to change notification settings - Fork 92
Home
agirbal edited this page Jun 6, 2011
·
14 revisions
JMongoBrowser is a GUI app that can browse and administer a MongoDB cluster. It is available for Linux, Windows and Mac OSX.
Important disclaimer: This application is not developed nor supported by 10gen.
- See project page here
- Release Notes
- Connect to a sharded cluster and administer it: Replica Set How To
- Connect to a sharded cluster and administer it: Sharding How To
Features include:
- connect to a single server, a replica set, or a MongoS instance
- DB ops: create, drop, authenticate, command, eval, ...
- Collection ops: create, rename, drop, find, insert, save, ...
- Document ops: update, duplicate, remove, ...
- Index ops: create, drop, ...
- Shard ops: enable sharding, add shard, shard collection, ...
- GUI Document builder
- Import / Export data from database to local files in JSON, BSON, CSV format.
- Support for query options and write concerns (getLastError)
- Display of numerous stats (server status, db stats, replication info, etc)
- Mongo tree refreshes to have a real time view of cluster (servers up/down, durability, etc)
- All operations are executed in background to keep UI responsive
- Background threads can repeat commands automatically
- GUI is identical on all OS
Once GUI is up, just click file/connect and point it to MongoDB servers.
Please try it out, enjoy the app, and give feedback on what can be improved :-)
Instructions:
- Download the appropriate binary from github or edgytech.com
- place archive file where is preferred (for example, in your downloads folder)
- extract the archive (right-click "Extract All")
- open the extracted folder and double-click JMongoBrowser (type Application), or execute JMongoBrowser.exe in a terminal
Instructions:
- Download the appropriate binary from github or edgytech.com
- place archive file where is preferred (for example, in your downloads folder)
- extract the archive (right-click "Extract Here")
- open the extracted folder and double-click launchJMongoBrowser.sh, or execute launchJMongoBrowser.sh in a terminal
Instructions:
- Download the appropriate binary from github or edgytech.com
- place archive file where is preferred and extract it (for example, in your downloads folder)
- extract the archive (double-click the file)
- open the extracted folder and double-click launchJMongoBrowser.command, or execute launchJMongoBrowser.command in a terminal