raft / raft.github.io

website at https://raft.github.io
1.37k stars 213 forks source link

Add implementation: Openraft #183

Closed kaijchen closed 1 year ago

kaijchen commented 1 year ago

This project intends to improve raft as the next-generation consensus protocol for distributed data storage systems (SQL, NoSQL, KV, Streaming, Graph ... or maybe something more exotic).

Add a new implementation Openraft. It is under active development, and has 700+ stars right now.

ongardie commented 1 year ago

Thanks @kaijchen