Skip to content

A collection of helpful tools for using, monitoring and administrating MongoDB.

License

Notifications You must be signed in to change notification settings

kiran/mongo-tools

Repository files navigation

Build Status Code Climate Dependency Status Coverage Status

Overview

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

Getting Started

Follow these steps to get started with mongotools.

  1. Clone the mongotools repo and navigate to your local cloned copy.
  2. Create the mongo dir to hold the log files.
    $ mkdir ~/mongo
  3. Run the setup wizard to create the stats db.
    $ rake setup:server
  4. 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

About

A collection of helpful tools for using, monitoring and administrating MongoDB.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published