https://github.com/git-hulk/zkclient
a simple client for zookeeper with auto-complete
https://github.com/git-hulk/zkclient
Last synced: about 1 year ago
JSON representation
a simple client for zookeeper with auto-complete
- Host: GitHub
- URL: https://github.com/git-hulk/zkclient
- Owner: git-hulk
- License: mit
- Created: 2016-09-24T16:39:01.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2017-04-17T06:16:38.000Z (about 9 years ago)
- Last Synced: 2025-03-28T15:11:26.236Z (about 1 year ago)
- Language: C
- Size: 196 KB
- Stars: 7
- Watchers: 4
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# zkclient
A simple client for zookeeper with auto-complete
## 1) install
```shell
$ git clone https://github.com/git-hulk/zkclient.git
$ cd zkclient
$ make
$ sudo make install
```
## 2) how to use
```
Usage: ./zkclient -z zookeeper
-z default 127.0.0.1:2181, delimiter is comma.
-d debug mode.
-h help.
```
#### support commands
```
get path
ls path
create path [data]
mkdir path
set path data
del path
stat path
```
## 3) TODO
* watch