Is there a MongoDB GUI desktop application for Linux? [closed]
Asked Answered
C

5

18

From my searches online, I've found dozens of web-based MongoDB GUIs, as well as a native desktop application for MacOS, and one for Windows. But I'm having trouble finding any desktop GUIs for Linux. I'm looking for something akin to mysql-query-browser, but for MongoDB. Anybody know of anything?

(If it matters, I'm using Kubuntu 11.04)

Coir answered 26/7, 2011 at 18:55 Comment(1)
Would like to add mongobooster.com and mongochef studio3t.comAcarpous
M
21

What about UMongo (formerly JMongoBrowser)? I found it on Admin UIs page.

Personally I am using web based (PHP) Rock Mongo - acceptable.

Meaganmeager answered 26/7, 2011 at 19:7 Comment(7)
Thanks, I didn't even know about the Admin UIs page. Anyway, JMongoBrowser runs, but it's very buggy. Keeps bringing up null pointer exceptions. Also, its inferface is many ways even more cumbersome than the command-line. So I won't be using this one. Maybe I'll just use a web-based GUI. Anyway, I'm leaving this question open for now in case someone else knows of something, but if there's nothing else, I'll mark this answer accepted.Coir
there may have been a few early bugs with jmongobrowser but there is no outstanding bug I know of. The logs are not null pointers, just warning from the swing library. If you find any bug or have ideas to improve the interface, feel free to open tickets on github, thx in advance!Avernus
Seems to work pretty well for me!Assay
@ajg, Hmm, maybe it was just a quirk of the setup of my system that JMongoBrowser wasn't working. I've got a recent fresh install of Kubuntu now, so I'll give it another shot. In the meantime, I've been using phpmoadmin (phpmoadmin.com) which is an ugly-looking interface but actually works pretty well.Coir
Unfortunately this link no longer works.Haas
@Andrew: fixed, the program changed the name from JMongoBrowser to UMongo and old link was broken.Meaganmeager
UMongo link does not open // should be github.com/agirbal/umongoWoodchopper
F
12

Robomongo, Shell-centric cross-platform MongoDB management tool. Work on most linux systems, have deb and rpm packages.

Fireworm answered 14/9, 2013 at 11:43 Comment(1)
It's what I use in Windows. Unfortunately for Linux I had to compile it myself, and it was a PITA given all of the dependencies.Planetary
K
7

If you're using (or willing to use) Eclipse, the MonjaDB plugin seems pretty nice. I prefer it over Rockmongo or UMongo on Linux.

Krieg answered 2/10, 2012 at 9:21 Comment(1)
Actually, Eclipse happens to be my day-to-day editor! Just installed MonjaDB and it rocks! Way better than anything else I've found for Linux. I'm leaving the check mark on the other answer, since it covers the general Linux non-Eclipse case, which is what the question asked for, but I will be using MonjaDB from now on!Coir
H
1

qMongoFront is a QT based MongoDB GUI client on linux.It is totally free and opensouce.

Hosier answered 5/4, 2014 at 2:27 Comment(0)
P
0

Get the full list of app over at:

http://mongodb-tools.com/

And so far my favorite is:

http://www.litixsoft.de/english/mms/

Proceleusmatic answered 13/11, 2015 at 14:59 Comment(0)

© 2022 - 2024 — McMap. All rights reserved.