Skip to content

Latest commit

 

History

History
22 lines (18 loc) · 645 Bytes

README.md

File metadata and controls

22 lines (18 loc) · 645 Bytes

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.