An open API service indexing awesome lists of open source software.

https://github.com/pixelbend/simpleraft

A simple implementation of raft to see how raft works
https://github.com/pixelbend/simpleraft

badgerdb go hashicorp-raft raft raft-consensus-algorithm

Last synced: about 2 months ago
JSON representation

A simple implementation of raft to see how raft works

Awesome Lists containing this project

README

        

# Simple Raft

A simple raft implementation written to test how raft works

## Used Packages
- [hasicorp-raft](https://github.com/hashicorp/raft) based raft implementation
- [badger](https://github.com/dgraph-io/badger) based persistence layer
- [gofiber](https://gofiber.io/) based api interface