Skip to content

Commit 593250c

Browse files
authored
Merge pull request #209 from yibuma/patch-1
add PyRaft a new implementation
2 parents b94007b + 82a5a8e commit 593250c

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

implementations.json

+18
Original file line numberDiff line numberDiff line change
@@ -2736,6 +2736,24 @@
27362736
"logCompaction": false
27372737
}
27382738
},
2739+
{
2740+
"repoURL": "https://github.com/yibuma/pyraft",
2741+
"name": "PyRaft",
2742+
"authors": [
2743+
{
2744+
"name": "Yibu Ma",
2745+
"github": "yibuma"
2746+
}
2747+
],
2748+
"language": "Python",
2749+
"license": "BSD-3-Clause",
2750+
"features": {
2751+
"basic": true,
2752+
"membershipChanges": true,
2753+
"logCompaction": true,
2754+
"persistence": true
2755+
}
2756+
},
27392757
{
27402758
"repoURL": "https://github.com/ylamgarchal/chillaxd",
27412759
"name": "Chillaxd",

0 commit comments

Comments
 (0)