MongoDB集群管理工具,UMongo 1.6.2 发布
jopen 10年前
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
UMongo 1.6.2 发布修复了许多Bug。下载:http://www.edgytech.com/umongo。
改进包括:
- 更新至最新的 Java 驱动器
- CSV导出修复
- 支持SSL客户端证书和CA文件
- 包含在标签和日志记录的详细操作
看问题的完整列表:https://github.com/agirbal/umongo/issues?milestone=15&page=1&state=closed