Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ahoo-wang/zookeeper-admin
ZooKeeper 管理工具
https://github.com/ahoo-wang/zookeeper-admin
admin aspnetcore dotnet dotnetcore zookeeper
Last synced: 7 days ago
JSON representation
ZooKeeper 管理工具
- Host: GitHub
- URL: https://github.com/ahoo-wang/zookeeper-admin
- Owner: Ahoo-Wang
- Created: 2017-05-17T09:06:05.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2023-12-15T05:30:01.000Z (11 months ago)
- Last Synced: 2024-11-02T02:50:26.911Z (14 days ago)
- Topics: admin, aspnetcore, dotnet, dotnetcore, zookeeper
- Language: C#
- Size: 2.18 MB
- Stars: 45
- Watchers: 9
- Forks: 18
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
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)