tags:

views:

75

answers:

2

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.

+2  A: 

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

Tim Fountain
wow, that looks painful to use.
luckytaxi
+4  A: 

Lots of good ones.

Admin UIs

luckytaxi