This project is an effort to combine existing community projects as well as new MongoDB related tools into a single, easily redistributable application.
Features:
- Database Visualizer
- Query Analyzer
- Log Explorer
- Database Explorer
- Query Interface
- Document Editor
- REST API
- Notification & Alerts
Follow these steps to get started with mongotools.
- Clone the mongotools repo and navigate to your local cloned copy.
- Create the mongo dir to hold the log files.
$ mkdir ~/mongo
- Run the setup wizard to create the stats db.
$ rake setup:server
- Start mongotools.
$ bundle exec rails s
Troubleshooting:
Double check the connection settings located in:
/config/application.yml
If the above fails, try:
$ mongod --dbpath ~/mongo --port 27018 --fork --logpath ~/mongo/logs