Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Mongo interface [closed]

Tags:

mongodb

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.

like image 744
pistacchio Avatar asked Nov 24 '10 17:11

pistacchio


People also ask

How do I open a mongo shell in terminal?

To open up the MongoDB shell, run the mongo command from your server prompt. By default, the mongo command opens a shell connected to a locally-installed MongoDB instance running on port 27017 . Try running the mongo command with no additional parameters: mongo.

What does mongod command do?

mongod is the primary daemon process for the MongoDB system. It handles data requests, manages data access, and performs background management operations.


2 Answers

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

like image 96
Justin Jenkins Avatar answered Oct 05 '22 12:10

Justin Jenkins


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

Also see Do any visual tools exist for MongoDB (for Windows)?

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

like image 27
Steve Avatar answered Oct 05 '22 13:10

Steve