Dimitar Kostov ramblings

Mongo3 - Awesome admin interface

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:

  1. Get the gem sudo gem install mongo3
  2. Create .mongo3 file in your home dir with config details
  3. Fire it up mongo3

PS: Another project to look is mongo_admin

Comments