Skip to content

Inphi/zk-rshell

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

zk-rsh

A ZooKeeper shell written in Rust, inspired by zk-shell

But, but why? Isn't zk_shell awesome?

It is. But I wanted something quick and compact without the overhead of requiring python and starting its interpreter. It's nice to be able to contact zookeeper quickly in resource constrained machines. Also, Rust Evangelism Strikeforce Yadda yadda.

Supported Commands

  • cd
  • connect
  • create
  • disconnect
  • exit
  • get
  • ls
  • rm
  • set
  • stat
  • cp

There's a lot of missing stuff that zk-shell supports, but these few should get one started. I'll implement them once as soon as I find the need.

About

ZooKeeper shell written in Rust

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages