https://github.com/Ahoo-Wang/ZooKeeper-Admin
ZooKeeper 管理工具
https://github.com/Ahoo-Wang/ZooKeeper-Admin
admin aspnetcore dotnet dotnetcore zookeeper
Last synced: about 1 month ago
JSON representation
ZooKeeper 管理工具
- Host: GitHub
- URL: https://github.com/Ahoo-Wang/ZooKeeper-Admin
- Owner: Ahoo-Wang
- Created: 2017-05-17T09:06:05.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2023-12-15T05:30:01.000Z (over 1 year ago)
- Last Synced: 2025-04-30T11:17:15.017Z (about 2 months ago)
- Topics: admin, aspnetcore, dotnet, dotnetcore, zookeeper
- Language: C#
- Size: 2.18 MB
- Stars: 46
- 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
