Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
styvane committed Jan 21, 2023
1 parent b447562 commit dc49e07
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,10 @@
raft
====

[<img alt="https://github.com/styvane/raft/actions?query=branch%3Amain" src="https://img.shields.io/github/workflow/status/styvane/raft/CI/main">](https://github.com/styvane/raft/actions?query=branch%3Amain)


This is *another* attempt implementing the [Raft](https://raft.github.io/raft.pdf) consensus algorithm.

It's not production code and does not support the persistence of the key/value store.
It's not indented to be used in production.

I did not implement the following ideas in the paper:

Expand Down

0 comments on commit dc49e07

Please sign in to comment.