diff --git a/implementations.json b/implementations.json index 82d2145..93edcad 100644 --- a/implementations.json +++ b/implementations.json @@ -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",