proton

command
v0.0.0-...-a20db7a Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Feb 29, 2016 License: Apache-2.0 Imports: 14 Imported by: 0

README

proton CLI

Example cli application running etcd's Raft backed by boltdb and gRPC.

The init process assumes it's the leader and creates the Raft while other processes are joining the Raft and replicating logs written by the init node.

Example

Init
# proton init -H 0.0.0.0:5000 --hostname "Bob"
Join
# proton join -H 0.0.0.0:6000 --join 0.0.0.0:5000 --hostname "Sarah"
# proton join -H 0.0.0.0:7000 --join 0.0.0.0:5000 --hostname "Clark"
Enable Raft debug mode
# proton init --withRaftLogs -H 0.0.0.0:5000 --hostname "Bob"

Documentation

The Go Gopher

There is no documentation for this package.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL