MongoDB GUI client (cross-platform or Linux)

LinuxMongodbUser InterfaceCross Platform

Linux Problem Overview


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?

Linux Solutions


Solution 1 - Linux

Robomongo - crossplatform MongoDB GUI client.

Update: Mac OS X and Linux(as Debian/Ubuntu, RHEL/CentOS packages) versions released.

Update: Robomongo offically changed it's name and released two different products Studio 3T and Robo 3T. Old robomongo is now called Robo 3T. Studio is for professionals.

Solution 2 - Linux

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

enter image description here

Solution 3 - Linux

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 ).

Solution 4 - Linux

try Rock Mongo, written in php.

Solution 5 - Linux

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

Attributions

All content for this solution is sourced from the original question on Stackoverflow.

The content on this page is licensed under the Attribution-ShareAlike 4.0 International (CC BY-SA 4.0) license.

Content TypeOriginal AuthorOriginal Content on Stackoverflow
Questionsome.birdieView Question on Stackoverflow
Solution 1 - LinuxArtemView Answer on Stackoverflow
Solution 2 - Linuxtalha06View Answer on Stackoverflow
Solution 3 - LinuxKanatokoView Answer on Stackoverflow
Solution 4 - LinuxshinncView Answer on Stackoverflow
Solution 5 - LinuxcoderView Answer on Stackoverflow