Which is the best MongoDB GUI

Which is the best MongoDB GUI?

A good UI is an important part of the development experience. The mongo shell works great for administrative actions but when working with larger amounts of data, the UI becomes fairly important. There are a number of options when it comes to MongoDB GUI, some good and some not so good. Our customers regularly ask us which UI we recommend – below are some of the options for MongoDB UI we have considered. Our main scenarios are data visualization, presentation and editing. As always your mileage might vary depending on your scenario and preferences.

1) MongoVue – MongoVue is a desktop GUI for the windows platform. It has a simple clean UI and the basic features are free. Data can be presented in text view, tree view or table view. You can also save your find queries for later usage – we find this rather convenient. The more advanced features requires you to purchase a license. Overall the software appears stable and well maintained.

2) MongoHub is a native Mac GUI for MongoDB. It provides you an option to connect to your MongoDB server through a SSH tunnel which is fairly convenient from a security perspective. The “StatMonitor” feature give you a live display of stats a.k.a mongostat. The query interface is a little bit more limited in that it only seems to support a tree view. Also there is no way to save a find query for later. In our experience the software appears to work fairly well but it doesn’t seem like it is being maintained – so use at your own risk.

3) RockMongo is a html based MongoDB GUI. The GUI is authored in PHP and is open source. The downside of the html based approach is that you need a PHP server to run this GUI. You can also choose to run the PHP server on your local box. The UI is no frill, fairly easy to use and supports all the common options of working with collections, stats etc. The find interface only presents data in a tabular/text model – so it could be an issue when you are working with multilevel documents. Also there doesn’t seem to be a lot of checkin activity – so we suspect the project is inactive.

4) RoboMongo is shell centric MongoDB GUI that supports the Windows, MacOS and linux platforms. It’s still early days for RoboMongo with the latest version being 0.8.4. It is also one of the few GUI’s that supports SSL connections to your mongodb server. There is also support for connecting through a SSH tunnel. The query interface displays data in tree view, table view and text view. You can also save your queries for later usage. One of the coolest features is that it also has support for the shell – so you can still continue to use the shell commands that you are comfortable with. There are some quirks in the UI which I think will get worked out over time. If actively maintained I think this could be the best cross platform GUI for MongoDB.

So which UI do we prefer? Our developers on windows prefer to use MongoVUE but the ones on Mac prefer RoboMongo. As always if you have any questions please reach out to us at [email protected]

Which is the best MongoDB GUI

时间: 2024-10-20 22:00:08

Which is the best MongoDB GUI的相关文章

mongoDB GUI客户端工具大全

网易blog - MongoDB GUI客户端工具大全 oschina - MonjaDB 1.0.2 发布,MongoDB 的 GUI 客户端 oschina创建人红薯对MonjaDB官方文档的中文翻译 实践结果: 不怕麻烦的话可以安装RockMongo,这个用起来爽点,就是需要搭建好apache.php环境 怕麻烦的话就安装MonjaDB吧,集成在eclipse的插件,安装简单,基本功能满足 千万不要用MongoDBHub,别说功能了,连使用都不能使用

MonjaDB —— 基于 Eclipse 的 MongoDB GUI 客户端工具(转载)

原文链接http://www.oschina.net/question/12_59707 MonjaDB 是一个 MongoDB 的 GUI 客户端工具,提供直观的 MongoDB 数据管理的功能,支持 Windows/Mac/Linux. MonjaDB 是一个 Eclipse 插件,必须先安装 Eclipse. 主要特点: 易用 WYSIWYG 编辑 JSON/Table/Tree 数据 非常灵活的窗体管理 "Actions" 是个强大的类似宏的函数,高度兼容 mongo 客户端工

MongoDB GUI( Robo 3T) Shell使用及操作

Robo 3T 下载及使用 之前叫 Robomongo,后面被收购了,改名 Robo 3T . 下载链接:https://robomongo.org/download (需要FQ) 安装步骤省略,下一步下一步... 图形界面,连接默认,取个名字就行. 连接成功,可以愉快的使用了,不用总是敲命令了,简洁方便,多种显示. 软件右边可以切换显示样式,慢慢折腾. Robo 3T Shell 操作 右键数据库打开Shell 下面玩一下没用的语法,绿色按钮为运行命令. 1.批量插入(默认是不支批量操作,只能

S3T mongodb GUI

下载 cd ~/Downloads wget https://download.studio3t.com/studio-3t/linux/2018.1.0/studio-3t-linux-x64.tar.gz tar -xzf studio-3t-linux-x64.tar.gz ./studio-3t-linux-x64.sh # then it starts when installer is finished 安装 原文地址:https://www.cnblogs.com/xuanmans

MongoDB相关GUI

NoSQL Manager for MongoDB GUI tool Our MongoDB GUI tool unites friendly UI and Shell power.Intuitive interface and high performance of the desktop application in combination with support of all the MongoDB and MongoDB Enterprise latest features allow

MongoDB and GUI 管理界面

MongoDB https://www.mongodb.com/ MongoDB AtlasDatabase as a Service The best way to deploy, operate, and scale MongoDB in the cloud. Available on AWS, Azure, and Google Cloud Platform Launch a new app or easily migrate to MongoDB Atlas with zero down

MongoDB环境安装

---------------------MongoDB安装环境--------------------- 1.MongoDB下载地址:http://www.mongodb.org/downloads 2.MongoDB GUI可视化工具: 下载地址:https://robomongo.org/ 3.安装MongoDB教程:https://docs.mongodb.com/getting-started/shell/installation/ 4.安装 MongoDB Linux 社区版本:ht

MongoDB 分页查询的方法及性能

这篇文章着重的讲讲MongoDB的分页查询 传统的SQL分页 传统的sql分页,所有的方案几乎是绕不开 row_number的,对于需要各种排序,复杂查询的场景,row_number就是杀手锏.另外,针对现在的web很流行的poll/push加载分 页的方式,一般会利用时间戳来实现分页. 这两种分页可以说前者是通用的,连Linq生成的分页都是row_number,可想而知它多通用.后者是无论是性能和复杂程度都是最好的,因为只要简单 的一个时间戳即可. MongoDB分页 进入到Mongo的思路,

mongodb 最佳可视化工具mongobooster

最好用的mongodb GUI工具 mongobooster,没有之一,可从https://mongobooster.com/下载 常见管理命令可参考,http://www.cnblogs.com/ljhdo/p/5793120.html