Skip to content

benbjohnson/go-raft-runner

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Raft Runner

Overview

The Raft runner is a testbed for running the go-raft library under different scenarios.

Running

To install:

$ go get github.com/benbjohnson/go-raft-runner

The first instance of the runner can be started with no options:

$ go-raft-runner
Running on localhost:20000

Subsequent instances of the runner should point to a node in the cluster:

$ go-raft-runner localhost:20000
Running on localhost:20001

About

A test runner application for the go-raft library.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages