Tell me more ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

I'm looking for a tool that will provide a clean web interface to access a MongoDB database, and execute/build queries, modify, dump, etc. the data in the collections on the server. The biggest feature I could think of would be a clean way to view the data in the collection. Basically, I want to find a phpMyAdmin style tool that works with a MongoDB database.

I know I can just use the mongo shell, but it gets a bit clunky sometimes when dealing with larger documents, the formatting can become atrocious.

share|improve this question

3 Answers

Lots of good ones.

Admin UIs

share|improve this answer

Check out robomongo, it is Shell-centric, cross-paltform mongodb managment tool.

share|improve this answer
1  
This looks really nice! Thanks – Valentin Despa Apr 15 at 7:18

I use http://www.phpmoadmin.com/ - not as good as phpMyAdmin, and not exactly pretty, but it does the job.

share|improve this answer
2  
wow, that looks painful to use. – luckytaxi Oct 8 '10 at 0:52
3  
Yeah I've switched since I posted the above - I now also use RockMongo - code.google.com/p/rock-php – Tim Fountain May 8 '11 at 0:54
MongoHub looks nice for mac mongohub.todayclose.com – dotoree Feb 29 '12 at 13:10

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.