MongoDB Web管理工具 phpMoAdmin
jopen
12年前
phpMoAdmin 是一个用 PHP 开发的在线 MongoDB 管理工具,可用于创建、删除和修改数据库和索引,提供视图和数据搜索工具,提供数据库启动时间和内存的统计,支持 JSON 格式数据的导入导出。功能特性:
- Database
- List with data sizes
- Create/drop
- Repair/compact
- Collection
- Show list of collections with number of objects within each
- Create/rename/drop collection
- List indexes
- Create/drop indexes
- multiple keys
- ascending/descending
- unique index
- Data objects
- Single smart-search box accepts:
- exact-text
- (type-casted) value
- text with * wildcards
- Regular Expressions (regex)
- JSON (with Mongo-operators enabled)
- Option to query MongoDB using JSON or a PHP array
- Show objects with 3-different viewing options (full, compact & uniform)
- Sort by any key within your data object (even nested sub-keys!) with ascending/descending option
- Option to sort by $natural for rapid browsing of large datasets
- Define the number of results to display per page (or unlimited)
- Create/delete objects
- Edit object data
- Single smart-search box accepts:
- Mongo GridFS
- GridFS objects automatically link GridFS chunks to GridFS files
- MongoDB stats
- Uptime, memory, etc.
- Log of previous errors
- Mongo-PHP settings
- Version & bit-depth of MongoDB, Mongo PHP driver, phpMoAdmin, etc.
- Optional password-protection for one or more users