Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/Ahoo-Wang/ZooKeeper-Admin

ZooKeeper 管理工具
https://github.com/Ahoo-Wang/ZooKeeper-Admin

admin aspnetcore dotnet dotnetcore zookeeper

Last synced: 3 days ago
JSON representation

ZooKeeper 管理工具

Awesome Lists containing this project

README

        

# ZooKeeper-Admin

ZooKeeper 管理工具

## Docker方式安装

``` bash
docker pull ahoowang/zookeeper.admin
docker run --name zooAdmin -p 80:80 ahoowang/zookeeper.admin
```

## 本地运行

``` bash
git clone https://github.com/Ahoo-Wang/ZooKeeper-Admin.git
dotnet run
```

## Demo

![ZooKeeper-Admin](./doc/zookeeper-config.png)