From 9f63a8fcf71ceaab8a86d7e2ae4abecf77a82867 Mon Sep 17 00:00:00 2001 From: lni <30930154+lni@users.noreply.github.com> Date: Wed, 19 Jun 2019 18:25:34 +0800 Subject: [PATCH] Added dragonboat. (#2574) --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index e412ac35..6c8340b8 100644 --- a/README.md +++ b/README.md @@ -534,6 +534,7 @@ Please take a quick gander at the [contribution guidelines](https://github.com/a * [digota](https://github.com/digota/digota) - grpc ecommerce microservice. * [dot](https://github.com/dotchain/dot/) - distributed sync using operational transformation/OT. * [doublejump](https://github.com/edwingeng/doublejump) - A revamped Google's jump consistent hash. +* [dragonboat](https://github.com/lni/dragonboat) - A feature complete and high performance multi-group Raft library in Go. * [drmaa](https://github.com/dgruber/drmaa) - Job submission library for cluster schedulers based on the DRMAA standard. * [dynamolock](https://cirello.io/dynamolock) - DynamoDB-backed distributed locking implementation. * [dynatomic](https://github.com/tylfin/dynatomic) - A library for using DynamoDB as an atomic counter.