We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b94007b commit 7565599Copy full SHA for 7565599
implementations.json
@@ -2592,6 +2592,24 @@
2592
"persistence": true
2593
}
2594
},
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
+ },
2613
{
2614
"repoURL": "https://github.com/vesoft-inc/nebula",
2615
"name": "nebula-graph-storage",
0 commit comments