Tell me more ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

The list of MongoDB GUI client apps on the official site is outdated: some clients are not supported, some are heavily bound to .NET and not runnable on Linux. And all of them lack the ability to edit stored documents (i.e. provide read-only access).

I need a GUI client that:

  1. Works on Linux (but not web);
  2. Is free;
  3. Supports documents editing.

Is there an app which satisfies these requirements?

share|improve this question

6 Answers

up vote 4 down vote accepted

Try MonjaDB http://www.jumperz.net/index.php?i=2&a=0&b=9

I have developed this tool for myself. I use this tool on Linux ( Eclipse ).

share|improve this answer
You might want to try to add this tool to the official list. – Eyal Oct 2 '12 at 9:27

Wait for Robomongo - crossplatform MongoDB GUI client. Right now they published only Windows version and Mac OS X version coming soon (as noted on the site). I'm sure Linux version will be also available soon.

share|improve this answer
See item #1 in my question: i need a client that works on Linux. – Anastasia Mar 27 at 14:27
See paragraph #1 on the site. My answer updated. – Artem Mar 28 at 12:28
It looks interesting, hope they will do it for Linux. They use Qt, so it probably should not be a problem. – Anastasia Mar 29 at 11:50

try umongo, has releases for Windows, Mac OS X and Linux.

enter image description here

share|improve this answer

try Rock Mongo, written in php.

share|improve this answer
which, by the way, is listed on the aforementioned page from MongoDB's website. – Dor Apr 19 '12 at 12:55
And is a "web" client, which the OP didn't want ... – Eyal Apr 22 at 12:36

I can recommend jMongoBrowser

share|improve this answer

http://code.google.com/p/greenmangoquery/ its light weight mongodb client using java . so its working all platform including linux and windows.

share|improve this answer
While this link may answer the question, it is better to include the essential parts of the answer here and provide the link for reference. Link-only answers can become invalid if the linked page changes. – Pragnesh Chauhan Dec 27 '12 at 5:58

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.