64

Possible Duplicate:
Mongo interface

I have been going through the GUI tools available for mongoDB. I got to see the mongoHub (sad that it works only on MAC OSX) ,rockMongo and some other php based tools. Is there any other tool available which is a desktop application something like the MYSQL GUI tools?

Community
  • 1
  • 1
aditya_gaur
  • 3,209
  • 6
  • 32
  • 43
  • 39
    Given this page comes top in Google rankings, it's a bit of a shame that it's been closed and marked as duplicate. The Admin UI page of Mongo is horribly out of date and references the original MongoHub Mac client, which is no longer maintained. This fork seems to be the most active and stable: https://github.com/fotonauts/MongoHub-Mac – Mike Bartlett Jun 18 '13 at 13:45
  • Check [this](http://docs.mongodb.org/ecosystem/tools/administration-interfaces/) out – Amol M Kulkarni Sep 12 '13 at 06:23
  • 11
    Try Robomongo http://robomongo.org/, shell-centric cross-platform solution. – Topilski Alexandr Sep 14 '13 at 11:35
  • 2
    http://mongodb-tools.com/ – Cilvic Sep 25 '13 at 15:48
  • Stackoverflow you can do better. – Alojz Janez Apr 22 '14 at 23:16
  • 1
    @MikeBartlett, plus the other question was closed, so it's even worse. – trysis May 01 '14 at 00:22
  • I totally agree with Mike Bartlett. Anyway I'd recommend [MongoChef by 3T](http://3t.io/mongochef/), it's cross-platform, GUI support for loads of common tasks and awesome shell intellisense. [MongoChef was favourably compared to others on Reddit](http://www.reddit.com/r/mongodb/comments/2w7j0f/better_tools_for_mongodb_redgate_invests_in_3t/) too. – David Pond Feb 18 '15 at 11:40
  • I just released a minimalist mongodb data viewer for nodejs [github.com/marcdelalonde/mongo-viewer](https://github.com/marcdelalonde/mongo-viewer) – Marc Delalonde Jul 24 '15 at 10:03
  • Here you are: https://github.com/rsercano/mongoclient written in meteorJS, has most platforms distributions. – Sercan Ozdemir Mar 17 '16 at 06:05

1 Answers1

52

Admin UI page of Mongodb provides some useful links. Check out

RameshVel
  • 64,778
  • 30
  • 169
  • 213