4個免費、開源的MongoDB圖形化管理工具
RockMongo
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
- Export full collections
- Export the results of any query
- Import can:
- Insert only new records
- Save / upsert (adds & overwrites)
- Update only pre-existing records
- Batch-Insert until a duplicate is found
- 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, duplicate, 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, durability, 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能夠管理任意服務器上的任意數據庫,實現集合和文檔的管理。
這個應用的界面是響應式,所以也適合于在移動瀏覽器上使用。
本文由用戶 jopen 自行上傳分享,僅供網友學習交流。所有權歸原作者,若您的權利被侵害,請聯系管理員。
轉載本站原創文章,請注明出處,并保留原始鏈接、圖片水印。
本站是一個以用戶分享為主的開源技術平臺,歡迎各類分享!