ZzzCrazyPig / zk-browser

a web ui to browse zookeeper directory

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Introduction

zk-browser make it easy to browse zookeeper directory content in web ui, rather than using the zkCli.sh command!

the web ui like this:

zk-browser-web-ui

Requirements

  • jdk7
  • maven

Usage

First, download the source code, and run maven command to build the code in root directory:

mvn package -Dmaven.test.skip=true

Then, find the software package(file format in zip) in target sub directory :

zk-browser-standalone.zip

unzip it , config the zkUrl:

cd zk-browser/conf
vi application.properties

finllay run :

cd zk-browser/bin
./start.sh [-p 8080]

On Windows, run start.bat instead.

default port is 8080, you can specify the port what you want.

Open your web browser, visit http://localhost:8080/zk-browser

Technology Stack

  • spring mvc
  • embedded jetty
  • curator ( zookeeper third party lib to visit zookeeper )
  • bootstrap + jquery

About

a web ui to browse zookeeper directory


Languages

Language:Java 93.4%Language:Shell 3.5%Language:Batchfile 3.1%