From 7565599d222ea2ee91ad8c8ca6e81b0531fb177f Mon Sep 17 00:00:00 2001 From: Yibu Ma <112854780+yibuma@users.noreply.github.com> Date: Sun, 15 Dec 2024 15:18:14 +0800 Subject: [PATCH 1/3] add PyRaft a new implementation --- implementations.json | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/implementations.json b/implementations.json index 82d2145..0023c37 100644 --- a/implementations.json +++ b/implementations.json @@ -2592,6 +2592,24 @@ "persistence": true } }, + { + "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/vesoft-inc/nebula", "name": "nebula-graph-storage", From b45f2b7a6af941dd28c6fcc82eb3112042a88a82 Mon Sep 17 00:00:00 2001 From: Yibu Ma <112854780+yibuma@users.noreply.github.com> Date: Sun, 15 Dec 2024 15:29:48 +0800 Subject: [PATCH 2/3] asorted by repoURL. --- implementations.json | 36 ++++++++++++++++++------------------ 1 file changed, 18 insertions(+), 18 deletions(-) diff --git a/implementations.json b/implementations.json index 0023c37..0415828 100644 --- a/implementations.json +++ b/implementations.json @@ -2592,24 +2592,6 @@ "persistence": true } }, - { - "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/vesoft-inc/nebula", "name": "nebula-graph-storage", @@ -2770,6 +2752,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/zhebrak/raftos", "name": "raftos", From 82a5a8eaf7a47b2d80731e638e2586eae5c5a99f Mon Sep 17 00:00:00 2001 From: Yibu Ma <112854780+yibuma@users.noreply.github.com> Date: Sun, 15 Dec 2024 15:32:55 +0800 Subject: [PATCH 3/3] Update implementations.json --- implementations.json | 28 ++++++++++++++-------------- 1 file changed, 14 insertions(+), 14 deletions(-) diff --git a/implementations.json b/implementations.json index 0415828..93edcad 100644 --- a/implementations.json +++ b/implementations.json @@ -2737,37 +2737,37 @@ } }, { - "repoURL": "https://github.com/ylamgarchal/chillaxd", - "name": "Chillaxd", + "repoURL": "https://github.com/yibuma/pyraft", + "name": "PyRaft", "authors": [ { - "name": "Yassine Lamgarchal" + "name": "Yibu Ma", + "github": "yibuma" } ], "language": "Python", - "license": "Apache-2.0", + "license": "BSD-3-Clause", "features": { "basic": true, - "membershipChanges": false, - "logCompaction": false + "membershipChanges": true, + "logCompaction": true, + "persistence": true } }, { - "repoURL": "https://github.com/yibuma/pyraft", - "name": "PyRaft", + "repoURL": "https://github.com/ylamgarchal/chillaxd", + "name": "Chillaxd", "authors": [ { - "name": "Yibu Ma", - "github": "yibuma" + "name": "Yassine Lamgarchal" } ], "language": "Python", - "license": "BSD-3-Clause", + "license": "Apache-2.0", "features": { "basic": true, - "membershipChanges": true, - "logCompaction": true, - "persistence": true + "membershipChanges": false, + "logCompaction": false } }, {