zk-rest-api

command module
v0.0.0-...-535aeec Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Nov 24, 2016 License: MIT Imports: 9 Imported by: 0

README

Zookeeper REST API

Build Status

For managing Zookeeper configuration data, start up this thin REST API server and connect.

Installing

go get github.com/tquach/zk-rest-api

Or use Docker. Specify a comma-separated list of Zookeeper hosts as ZK_HOSTS:

docker run --name zkapi -e ZK_HOSTS=docker1 -p 8009:8080 tquach/zk-rest-api

Usage

Usage of ./zk-rest-api:
  -addr=":8080": address and port to listen on
  -zk=[]:        comma-separated list of hosts to zookeeper.

Example

[~/projects/zk-rest-api] ⚡  zk-rest-api -addr localhost:8001 -zk zookeeper-1,zookeeper-2:2081

License

MIT

Documentation

The Go Gopher

There is no documentation for this package.

Directories

Path Synopsis

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL