Skip to content

Commit

Permalink
Merge pull request #209 from yibuma/patch-1
Browse files Browse the repository at this point in the history
add PyRaft a new implementation
  • Loading branch information
ongardie authored Dec 15, 2024
2 parents b94007b + 82a5a8e commit 593250c
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions implementations.json
Original file line number Diff line number Diff line change
Expand Up @@ -2736,6 +2736,24 @@
"logCompaction": false
}
},
{
"repoURL": "https://github.com/yibuma/pyraft",
"name": "PyRaft",
"authors": [
{
"name": "Yibu Ma",
"github": "yibuma"
}
],
"language": "Python",
"license": "BSD-3-Clause",
"features": {
"basic": true,
"membershipChanges": true,
"logCompaction": true,
"persistence": true
}
},
{
"repoURL": "https://github.com/ylamgarchal/chillaxd",
"name": "Chillaxd",
Expand Down

0 comments on commit 593250c

Please sign in to comment.