Added dragonboat. (#2574)

This commit is contained in:
lni 2019-06-19 18:25:34 +08:00 committed by Ceriath
parent bdaa464349
commit 9f63a8fcf7

View File

@ -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. * [digota](https://github.com/digota/digota) - grpc ecommerce microservice.
* [dot](https://github.com/dotchain/dot/) - distributed sync using operational transformation/OT. * [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. * [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. * [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. * [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. * [dynatomic](https://github.com/tylfin/dynatomic) - A library for using DynamoDB as an atomic counter.