Mongo interface

Mongodb

Mongodb Problem Overview


What are some GUIs to use with Mongo, and what features do they offer? I'm looking for facts here, not opinions on which interface is best.

Mongodb Solutions


Solution 1 - Mongodb

Official List from MongoDB

http://www.mongodb.org/display/DOCS/Admin+UIs

Web Based

For PHP, I'd recommend Rock Mongo. Solid, lots of great features, easy setup.

http://rockmongo.com/

If you don't want to install anything ... you can use MongoHQ's web interface (even if you your MongoDB isn't on MongoHQ.)

https://mongohq.com/home

Mac OS X

While MongoHub had been a decent option for a while it's bugs make it virtually unusable at this point ...

There is a more up-to-date (and less buggy) fork of the MongoHub project available: https://github.com/fotonauts/MongoHub-Mac you can download a binary here.

enter image description here

Windows

By far, the best UI (for Windows) currently out there is MongoVUE.

http://blog.mongovue.com/


WARNING/UPDATE: MongoVUE seems to be abandoned.


Looks great, lots of features, and if you are new it will really help you get going ...

http://blog.mongovue.com/features/

Here's a Q&A with the author too if you are interested ...

http://learnmongo.com/posts/qa-ishann-kumar-creator-of-mongovue/

alt text

Solution 2 - Mongodb

On Mac there is MongoHub. On Windows you could try MongoVUE.

Also see https://stackoverflow.com/questions/3310242/do-any-visual-tools-exist-for-mongodb-for-windows

Screenshot of MongoHub: MongoHub fotonauts fork build of 2012-03-15

Solution 3 - Mongodb

Here's the official page of Admin UIs.

I have not really used any of them. But it looks like there is quite a bit of coverage there.

Solution 4 - Mongodb

Web

At the shop where I work we use the Prudence platform for some stuff, and also MongoDB, so we of course use MongoVision a lot. Browser based, tabbed collection views, pretty-printed document editor, and three themes OOB. Open source.

MongoVision
(source: threecrickets.com)

http://code.google.com/p/mongo-vision/

OS X

Being on a Mac, I wish MongoHub was as reliable as MongoVision. It probably will be soon though, since the project has been quite active on Github as of late.

MongoHub
(source: skitch.com)

http://mongohub.todayclose.com/

Solution 5 - Mongodb

try Mongo Explorer. you'll like it!

Solution 6 - Mongodb

try mongoVue i'm using it and i think it's good enough

Attributions

All content for this solution is sourced from the original question on Stackoverflow.

The content on this page is licensed under the Attribution-ShareAlike 4.0 International (CC BY-SA 4.0) license.

Content TypeOriginal AuthorOriginal Content on Stackoverflow
QuestionpistacchioView Question on Stackoverflow
Solution 1 - MongodbJustin JenkinsView Answer on Stackoverflow
Solution 2 - MongodbSteveView Answer on Stackoverflow
Solution 3 - MongodbGates VPView Answer on Stackoverflow
Solution 4 - MongodbnatchiketaView Answer on Stackoverflow
Solution 5 - MongodbEugeny89View Answer on Stackoverflow
Solution 6 - MongodbalculeteView Answer on Stackoverflow