From b7397ed0995c918105faae32ad75e665b52ecf75 Mon Sep 17 00:00:00 2001 From: highcloud100 Date: Thu, 28 Nov 2024 16:59:50 +0900 Subject: [PATCH 1/2] Add RaftChat implementation --- implementations.json | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) diff --git a/implementations.json b/implementations.json index 30746c1..abfbacb 100644 --- a/implementations.json +++ b/implementations.json @@ -2782,5 +2782,27 @@ "logCompaction": true, "persistence": true } + }, + { + "repoURL": "https://github.com/TEAM-paxos/RaftChat", + "name": "RaftChat", + "authors": [ + { + "name": "SoonWon Moon", + "github": "https://github.com/damhiya" + }, + { + "name": "Bumsung Baek", + "github" : "https://github.com/highcloud100" + } + ], + "language": "Rust", + "license": "MIT", + "features": { + "basic": true, + "membershipChanges": false, + "logCompaction": false, + "persistence": false + } } ] From dd824ddc691e6144f7931d9e1e2186f5f2330a16 Mon Sep 17 00:00:00 2001 From: high-ubuntu Date: Sun, 1 Dec 2024 09:42:07 +0900 Subject: [PATCH 2/2] Fix check --- implementations.json | 44 ++++++++++++++++++++++---------------------- 1 file changed, 22 insertions(+), 22 deletions(-) diff --git a/implementations.json b/implementations.json index abfbacb..82d2145 100644 --- a/implementations.json +++ b/implementations.json @@ -263,6 +263,28 @@ "persistence": true } }, + { + "repoURL": "https://github.com/TEAM-paxos/RaftChat", + "name": "RaftChat", + "authors": [ + { + "name": "SoonWon Moon", + "github": "damhiya" + }, + { + "name": "Bumsung Baek", + "github": "highcloud100" + } + ], + "language": "Rust", + "license": "MIT", + "features": { + "basic": true, + "membershipChanges": false, + "logCompaction": false, + "persistence": false + } + }, { "repoURL": "https://github.com/Waqee/Raft-php", "name": "Raft-php", @@ -2782,27 +2804,5 @@ "logCompaction": true, "persistence": true } - }, - { - "repoURL": "https://github.com/TEAM-paxos/RaftChat", - "name": "RaftChat", - "authors": [ - { - "name": "SoonWon Moon", - "github": "https://github.com/damhiya" - }, - { - "name": "Bumsung Baek", - "github" : "https://github.com/highcloud100" - } - ], - "language": "Rust", - "license": "MIT", - "features": { - "basic": true, - "membershipChanges": false, - "logCompaction": false, - "persistence": false - } } ]