# zk-view **Repository Path**: pychfarm_admin/zk-view ## Basic Information - **Project Name**: zk-view - **Description**: zookeeper 可视化项目 - **Primary Language**: Java - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 2 - **Forks**: 0 - **Created**: 2020-06-29 - **Last Updated**: 2024-07-12 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # zk-view zk-view is a Web UI of [zookeeper](https://zookeeper.apache.org/) ![show](./images/展示.gif) ## Usage To use zk-view , you need clone zk-view git repository. ```shell script git clone https://github.com/huifer/zk-view.git cd zk-view mvn clean install java -jar target/zk-view-0.0.1-SNAPSHOT.jar ``` meet with zk-view at http://localhost:9010 ## Features - view node list - view node data - create / edit / delete a node - zookeeper state ## Contributers - [@huifer](https://github.com/huifer) ## License - Apache License 2.0