/raft-badger

Raft backend implementation using Badger

Primary LanguageGoOtherNOASSERTION

raft-badger

Build Status GoDoc Go Report Card License

The package exports the BadgerStore which is an implementation of both a LogStore and StableStore on top of Badger, an embeddable, persistent, simple and fast key-value (KV) store, written natively in Go.

It is meant to be used as a backend for the raft package here.