Skip to content

Commit 7565599

Browse files
authored
add PyRaft a new implementation
1 parent b94007b commit 7565599

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
@@ -2592,6 +2592,24 @@
25922592
"persistence": true
25932593
}
25942594
},
2595+
{
2596+
"repoURL": "https://github.com/yibuma/pyraft",
2597+
"name": "PyRaft",
2598+
"authors": [
2599+
{
2600+
"name": "Yibu Ma",
2601+
"github": "yibuma"
2602+
}
2603+
],
2604+
"language": "Python",
2605+
"license": "BSD-3-Clause",
2606+
"features": {
2607+
"basic": true,
2608+
"membershipChanges": true,
2609+
"logCompaction": true,
2610+
"persistence": true
2611+
}
2612+
},
25952613
{
25962614
"repoURL": "https://github.com/vesoft-inc/nebula",
25972615
"name": "nebula-graph-storage",

0 commit comments

Comments
 (0)