MongoDB is great implementation of NoSQL idea. But right now it’s lacking admin interface except the javascript based console. Mongo3 is here for the rescue:
As you can see Mongo3 allows you to manage your mongoDB clusters using a web based admin console. It’s written in Ruby using Sinatra.
Running Mongo3 in 3 steps:
- Get the gem
sudo gem install mongo3
- Create .mongo3 file in your home dir with config details
- Fire it up
mongo3
PS: Another project to look is mongo_admin