An open API service indexing awesome lists of open source software.

https://github.com/yoonper/zoohelper

ZooKeeper可视化工具
https://github.com/yoonper/zoohelper

zk zoohelper zookeeper

Last synced: about 1 year ago
JSON representation

ZooKeeper可视化工具

Awesome Lists containing this project

README

          

# ZooHelper
一款基于 PHP + ExtJS 开发的 ZooKeeper 可视化工具

## 联系方式
- 邮箱:yoonper@qq.com
- 博客:http://www.yoonper.com

## 工具特性
- 树形展示znode节点
- 支持znode节点CURD操作

## 环境要求
- Linux
- PHP >= 5.4
- [php-zookeeper](https://github.com/php-zookeeper/php-zookeeper)

## 使用方式
- 安装PHP ZooKeeper扩展:http://www.yoonper.com/post.php?id=59
- 打开/config.ini,编辑ZooKeeper连接参数,配置示例:
```
[zookeeper]
server = s1:2181,s2:2181,s3:2181
```

## 工具截图
![ZooHelper](https://github.com/yoonper/ZooHelper/raw/master/ZooHelper.png)