1. 程式人生 > >適合mongodb的四個免費視覺化管理工具

適合mongodb的四個免費視覺化管理工具

RockMongo 是一個PHP5寫的MongoDB管理工具。

主要特徵:

  • 使用寬鬆的New BSD License協議
  • 速度快,安裝簡單
  • 支援10種國家和地區語言
  • 外掛系統:允許任何人開發自己的外掛
  • 模板系統:可以定製自己的模板
  • 系統
    • 可以配置多個主機,每個主機可以有多個管理員
    • 需要管理員密碼才能登入操作,確保資料庫的安全性
  • 伺服器
    • 伺服器資訊 (WEB伺服器, PHP, PHP.ini相關指令 ...)
    • 狀態
    • 資料庫資訊
  • 資料庫
    • 查詢,建立和刪除
    • 執行命令和Javascript程式碼
    • 統計資訊
    • 使用者管理
    • Profile
    • 資料轉移
    • 匯入匯出
  • 集合(相當於表)
    • 強大的查詢工具
    • 讀資料,寫資料,更改資料,複製資料,刪除資料
    • 查詢、建立和刪除索引
    • 清空資料
    • 批量刪除和更改資料
    • 統計資訊
    • 改名
    • 匯入匯出   

4個免費、開源的MongoDB圖形化使用者管理工具

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

4個免費、開源的MongoDB圖形化使用者管理工具

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

4個免費、開源的MongoDB圖形化使用者管理工具

一個簡潔明瞭的GUI管理控制檯,已經發布了Ruby和PHP版本。

Genghis是一個單檔案,提供了非常方便自託管和基於Web的解決方案。

4個免費、開源的MongoDB圖形化使用者管理工具

它可以安成一個 Ruby gem 或作為一個單獨的PHP指令碼。

Genghis能夠管理任意伺服器上的任意資料庫,實現集合和文件的管理。

這個應用的介面是響應式,所以也適合於在移動瀏覽器上使用。