Skip to content
forked from bsm/raft-badger

Raft backend implementation using Badger

License

Notifications You must be signed in to change notification settings

dataux/raft-badger

 
 

Repository files navigation

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.

About

Raft backend implementation using Badger

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Go 98.6%
  • Makefile 1.4%