diff --git a/implementations.json b/implementations.json index 7498147..8dc4d62 100644 --- a/implementations.json +++ b/implementations.json @@ -302,6 +302,24 @@ "logCompaction": false } }, + { + "repoURL": "https://github.com/WhatsApp/waraft", + "name": "waraft", + "authors": [ + { + "name": "WhatsApp", + "github": "whatsapp" + } + ], + "language": "Erlang", + "license": "Apache-2.0", + "features": { + "basic": true, + "membershipChanges": true, + "logCompaction": true, + "persistence": true + } + }, { "repoURL": "https://github.com/aaronp/riff", "name": "Riff",