基于Java的 MongoDB GUI 管理应用:UMongo
jopen
11年前
UMongo是一个基于Java的GUI应用程序,可以浏览和管理MongoDB的集群。它是可用于Linux,Windows和Mac OSX。
- 连接到一个服务器,一个副本集,或Mongos的实例
- DB 操作: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