Implementation of the RAFT consensus algorithm among TCP peers with disk or memory persistence.
Info
| Version: | 1.6.0 |
| Author(s): | Alex Solovyov |
| Last Update: | Thursday, October 17, 2019 |
| .NET Fiddle: | Create the first Fiddle |
| Project Url: | https://github.com/hhblaze/Raft.Net |
| NuGet Url: | https://www.nuget.org/packages/Raft |
Install
Install-Package Raft
dotnet add package Raft
paket add Raft
Raft Download (Unzip the "nupkg" after downloading)
Dependencies
- DBreeze(>= 1.95.0)
Tags