MongoDB GUI 客户端(跨平台或 Linux)

声明:本页面是StackOverFlow热门问题的中英对照翻译,遵循CC BY-SA 4.0协议,如果您需要使用它,必须同样遵循CC BY-SA许可,注明原文地址和作者信息,同时你必须将它归于原作者(不是我):StackOverFlow 原文地址: http://stackoverflow.com/questions/10227664/
Warning: these are provided under cc-by-sa 4.0 license. You are free to use/share it, But you must attribute it to the original authors (not me): StackOverFlow

提示:将鼠标放在中文语句上可以显示对应的英文。显示中英文
时间:2020-08-06 05:53:21  来源:igfitidea点击:

MongoDB GUI client (cross-platform or Linux)

linuxmongodbuser-interfacecross-platform

提问by Anastasia

The list of MongoDB GUI client apps on the official siteis 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).

在官方网站上MongoDB的GUI客户端应用程序的列表已经过时:某些客户端不支持,有些是严重势必.NET和Linux上运行的不是。而且它们都缺乏编辑存储文档的能力(即提供只读访问权限)。

I need a GUI client that:

我需要一个 GUI 客户端:

  1. Works on Linux (but not web);
  2. Is free;
  3. Supports documents editing.
  1. 适用于 Linux(但不适用于网络);
  2. 免费;
  3. 支持文档编辑。

Is there an app which satisfies these requirements?

有满足这些要求的应用程序吗?

采纳答案by Artem

Robomongo- crossplatform MongoDB GUI client.

Robomongo-平台 MongoDB GUI 客户端。

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

更新:发布了 Mac OS X 和 Linux(作为 Debian/Ubuntu、RHEL/CentOS 软件包)版本。

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.

更新:Robomongo 正式更名并发布了两款不同的产品 Studio 3T 和 Robo 3T。旧的 robomongo 现在被称为 Robo 3T。Studio 是为专业人士准备的。

回答by shinnyx

try Rock Mongo, written in php.

试试用 php 编写的Rock Mongo

回答by Kanatoko

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

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

我为自己开发了这个工具。我在 Linux ( Eclipse ) 上使用这个工具。

回答by talha06

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

试试umongo,有适用于Windows、Mac OS X 和 Linux 的版本

enter image description here

在此处输入图片说明

回答by coder

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

http://code.google.com/p/greenmangoquery/使用 java 的轻量级 mongodb 客户端。所以它适用于所有平台,包括 linux 和 windows。