mongodb有没有免费的类似ops manager 管理工具
发布网友
发布时间:2022-05-01 02:38
我来回答
共2个回答
懂视网
时间:2022-05-01 07:00
《最佳的MongoDB客户端管理工具》
作者:chszs,未经博主允许不得转载。经许可的转载需注明作者和博客主页:http://blog.csdn.net/chszs
一个好的MongoDB客户端管理工具,可以大大提高MongoDB应用的开发效率。MongoDB自带的Shell是一个很好的工具,但是它在操纵大数据集时就没那么直观了。因此使用MongoDB客户端GUI管理工具就非常必要了,下面推荐四个主要的工具。
一、MongoVUE
主页: http://www.mongovue.com/
MongoVUE是一个桌面GUI工具,专用于Windows平台,它有一个简洁、清爽的界面,它的基本功能是免费的。它可以以文本视图、树视图、表格视图来显示MongoDB的数据。还可以保持查询的结果供以后使用,这一点为用户提供了很多便利。要使用MongoVUE的高级功能,需要购买License。总体来说,这个工具非常稳定,技术支持也很好。
二、MongoHub
主页: http://mongohub.todayclose.com/
MongoHub是一个专用于Mac平台的MongoDB客户端GUI管理工具。它提供了通过SSH隧道连接到MongoDB服务器的方式,从安全角度来看非常便利。它还提供了一个统计监控器“StatMonitor”功能向用户提供MongoDB的实时统计信息,也即mongostat的功能。MongoHub查询界面的功能则比较优先,只支持树视图显示。此外,也无法保存查询的结果。遗憾的是,MongoHub的发展和维护似乎不够给力。
三、RockMongo
主页: http://rockmongo.com/
RockMongo是一个开源的、基于HTML的MongoDB GUI管理工具。它的GUI采用PHP语言编写。要运行此工具,需要自己搭建一个PHP服务器,再运行RockMongo应用。RockMongo的用户界面没有多余的装饰,相当易于使用,常见的功能都有,比如统计等。RockMongo的查询界面只支持表格和文本两种显示。因此如果数据是多级Document,那么显示效果不佳。
四、RoboMongo
主页: https://robomongo.org/
RoboMongo是一个跨平台的MongoDB GUI客户端管理工具,支持Windows、MacOS、Linux。当前版本为0.9.0 RC8版,其特点是支持到MongoDB服务器的SSL连接,还支持使用SSH隧道连接。RoboMongo的查询界面同时支持树视图、表格视图、文本视图三种,也可以保存查询结果供以后使用。可以在界面上同时使用Shell命令。RoboMongo的版本分三种:社区版Community免费,个人版Personal每月12美元,商业版Business每月15美元。
最佳的MongoDB客户端管理工具
标签:
热心网友
时间:2022-05-01 04:08
RockMongo 是一个PHP5写的MongoDB管理工具。
主要特征:
使用宽松的New BSD License协议
速度快,安装简单
支持10种国家和地区语言
插件系统:允许任何人开发自己的插件
模板系统:可以定制自己的模板
系统
可以配置多个主机,每个主机可以有多个管理员
需要管理员密码才能登入操作,确保数据库的安全性
服务器
服务器信息 (WEB服务器, PHP, PHP.ini相关指令 ...)
状态
数据库信息
数据库
查询,创建和删除
执行命令和Javascript代码
统计信息
用户管理
Profile
数据转移
导入导出
集合(相当于表)
强大的查询工具
读数据,写数据,更改数据,复制数据,删除数据
查询、创建和删除索引
清空数据
批量删除和更改数据
统计信息
改名
导入导出
GitHub地址:https://github.com/iwind/rockmongo
phpMoAdmin
phpMoAdmin 是一个用 PHP 开发的在线 MongoDB 管理工具,可用于创建、删除和修改数据库和索引,提供视图和数据搜索工具,提供数据库启动时间和内存的统计,支持 JSON 格式数据的导入导出。
Nothing to configure - place the moadmin.php file anywhere on your site and it just works!
Fast AJAX-driven XHTML 1.1 interface operates consistently in every browser!
Self-contained in a single 95kb file!
Works on any version of PHP5 with the MongoDB NoSQL database & Mongo PHP driver.
Enter into the single smart-search box:
Plain text
(type-casted) value
Text with * wildcards
Regular Expressions (regex)
JSON (with Mongo-operators enabled!)
Includes multiple design themes to choose from
Super flexible - option to query MongoDB using JSON or PHP-array syntax
Import/export data in JSON format
Insert only new records
Save / upsert (adds & overwrites)
Update only pre-existing records
Batch-Insert until a plicate is found
Export full collections
Export the results of any query
Import can:
Textareas can be resized by dragging/stretching the lower-right corner.
E_STRICT PHP code is formatted to the Zend Framework coding standards + fully-documented in the phpDocumentor DocBlock standard.
Instructional error messages - phpMoAdmin can be used as a PHP-Mongo connection debugging tool
Option to enable password-protection for one or more users; to
activate protection, just add the username-password(s) to the array at
the top of the file.
UMongo
UMongo是一个基于Java的GUI应用程序,可以浏览和管理MongoDB的集群。它是可用于Linux,Windows和Mac OSX。
connect to a single server, a replica set, or a MongoS instance
DB ops: create, drop, authenticate, command, eval, …
Collection ops: create, rename, drop, find, insert, save, …
Document ops: update, plicate, remove, …
Index ops: create, drop, …
Shard ops: enable sharding, add shard, shard collection, …
GUI Document builder
Import / Export data from database to local files in JSON, BSON, CSV format.
Support for query options and write concerns (getLastError)
Display of numerous stats (server status, db stats, replication info, etc)
Mongo tree refreshes to have a real time view of cluster (servers up/down, rability, etc)
All operations are executed in background to keep UI responsive
Background threads can repeat commands automatically
GUI is identical on all OS
Genghis
一个简洁明了的GUI管理控制台,已经发布了Ruby和PHP版本。
Genghis是一个单文件,提供了非常方便自托管和基于Web的解决方案。
它可以安成一个 Ruby gem 或作为一个单独的PHP脚本。
Genghis能够管理任意服务器上的任意数据库,实现集合和文档的管理。
这个应用的界面是响应式,所以也适合于在移动浏览器上使用。