Tell me more ×
Ask Ubuntu is a question and answer site for Ubuntu users and developers. It's 100% free, no registration required.

I've been using Rockmongo on Windows - it's a php based web tool. But on Ubuntu (12.04) it's behaving funny - queries timing out often - and I'm looking for better clients. Does anyone know anything good for MongoDB on Ubuntu?

share|improve this question

3 Answers

up vote 5 down vote accepted

One thing I know of (but don't like the interface very much) is UMongo, which is a desktop, not browser-based application. Here's a screenshot:

a screenshot of UMongo

So far I've been using MonjaDB - it's an Eclipse plug-in, and Eclipse is my IDE anyway. I like it; it seems to have all the features I used to use in RockMongo.

Here's a screenshot from MonjaDB (there are more on his website, as well as some instructions):

a screenshot of MonjaDB

To install it, you obviously need Eclipse (which you can get from the Ubuntu repositories). Once you've done that you need to go to the Help-> Install New Software... and then add this update site. Although I like it, I don't think many people will switch IDE's just for a GUI for Mongo (although I could be mistaken).

Both UMongo and MonjaDB have their source code is on GitHub.

share|improve this answer

RoboMongo

Shell-centric cross-platform open source MongoDB management tool (i.e. Admin GUI).

[It] embeds the same JavaScript engine (based on Mozilla SpiderMonkey), that powers MongoDB's mongo shell. It means that you can reuse your existing skills of MongoDB Shell in Robomongo.

share|improve this answer

RockMongo

There is RockMongo (a web-based php client), but I can't tell how good it is.

share|improve this answer

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.