Mongo interface [closed]

2019-01-12 17:16发布

问题:

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.

回答1:

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.

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/



回答2:

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:



回答3:

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.



回答4:

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 http://threecrickets.com/media/mongovision-screenshot.png

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.

http://mongohub.todayclose.com/



回答5:

try Mongo Explorer. you'll like it!



回答6:

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



标签: mongodb