go-paxos

command module
v1.0.8 Latest Latest
Warning

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

Go to latest
Published: Jun 15, 2019 License: MIT Imports: 17 Imported by: 0

README

go-paxos

Basic Go implementation of the (multi-)Paxos consensus algorithm

Go Report Card Build Status

Documentation

The Go Gopher

There is no documentation for this package.

Directories

Path Synopsis
Package paxos implements the main components of the Paxos distributed consensus algorithm.
Package paxos implements the main components of the Paxos distributed consensus algorithm.
config
Package config exposes some static variables loaded through a .yaml file used throughout the Paxos algorithm.
Package config exposes some static variables loaded through a .yaml file used throughout the Paxos algorithm.
messages
Package messages exposes some of the structures used for internal communication.
Package messages exposes some of the structures used for internal communication.
proposal
Package proposal exposes the Proposal type and some of its methods.
Package proposal exposes the Proposal type and some of its methods.
queries
Package queries implements all the queries needed by this specific implementation of the Paxos algorithm.
Package queries implements all the queries needed by this specific implementation of the Paxos algorithm.

Jump to

Keyboard shortcuts

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