abicuagb / Raft

A Golang implementation of the Raft consensus protocol

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

RAFT

A Golang implementation of the Raft consensus protocol

The code for this project is organized roughly as follows:


src/github.com/cmu440/        
  raft/                            Raft implementation, tests and test helpers

  rpc/                             RPC library that must be used for implementing Raft

About

A Golang implementation of the Raft consensus protocol


Languages

Language:Go 99.9%Language:Shell 0.1%