From b17a6e5b68977abafea9220932ba299d6c4415ab Mon Sep 17 00:00:00 2001 From: LiangrunDa Date: Tue, 7 May 2024 13:54:55 +0200 Subject: [PATCH] Add Raft Lite --- implementations.json | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/implementations.json b/implementations.json index c7f4a07..3d338b6 100644 --- a/implementations.json +++ b/implementations.json @@ -128,6 +128,24 @@ "persistence": false } }, + { + "repoURL": "https://github.com/LiangrunDa/raft-lite", + "name": "Raft Lite", + "authors": [ + { + "name": "Liangrun Da", + "github": "LiangrunDa" + } + ], + "language": "Rust", + "license": "MIT", + "features": { + "basic": true, + "membershipChanges": false, + "logCompaction": false, + "persistence": true + } + }, { "repoURL": "https://github.com/MicroRaft/MicroRaft", "name": "MicroRaft",