Skip to content

A project provide a shell to talk to ratis server

License

Notifications You must be signed in to change notification settings

codings-dan/ratis-shell

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ratis-shell

A project provide a shell to talk to ratis server

how to build

mvn clean package

how to run

bin/ratis sh elect -peers localhost:19200,localhost:19201,localhost:19202 -address localhost:19201

Or

```Console` java -jar ./target/ratis-shell-1.0.0-jar-with-dependencies.jar elect -peers localhost:19200,localhost:19201,localhost:19202 -address localhost:19201

About

A project provide a shell to talk to ratis server

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Java 86.4%
  • Shell 13.6%