Skip to main content

A Powerful Zookeeper Client Tool

Project description

jaina

吉安娜

Release log

1.0.0 - 第一个正式版本,支持了最重要的zkCli的原生命令以及一些常见的类似Linux系统命令,如: cd, ls, alias, history

Overview

Jaina是一个轻量级的zookeeper命令行交互客户端工具,特点是:安装方便,使用符合Linux的命令行习惯,zk原生自带的zkCli太难用,极其不友好, 所以萌生了自己写一个类似的工具的想法。

Installation / Usage

To install use pip:

$ pip install jaina

Or clone the repo:

$ git clone https://github.com/kaixinbaba/jaina.git
$ python setup.py install

Upgrade

$ pip install -U jaina

Example

$ jaina -h 127.0.0.1:2181

You will see this if zk connected

Zookeeper connected

    _____     _       _____  ____  _____       _
   |_   _|   / \     |_   _||_   \|_   _|     / \
     | |    / _ \      | |    |   \ | |      / _ \
 _   | |   / ___ \     | |    | |\ \| |     / ___ \
| |__' | _/ /   \ \_  _| |_  _| |_\   |_  _/ /   \ \_
`.____.'|____| |____||_____||_____|\____||____| |____|


Welcome to use JAINA
If you have problem, just try help !
If you want to quit, please input Ctrl+D or Ctrl+C

(jaina) [/]

Then you can use help command for help!

Please review the online docs jaina get more help.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

jaina-1.0.1.tar.gz (17.8 kB view hashes)

Uploaded Source

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page