Skip to content
This repository has been archived by the owner on Dec 29, 2021. It is now read-only.

Raft backend implementation using BoltDB

License

Notifications You must be signed in to change notification settings

liftbridge-io/raft-boltdb

 
 

Repository files navigation

raft-boltdb

This repository provides the raftboltdb package. The package exports the BoltStore which is an implementation of both a LogStore and StableStore.

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

This implementation uses the bbolt fork of BoltDB. BoltDB is a simple key/value store implemented in pure Go, and inspired by LMDB.

About

Raft backend implementation using BoltDB

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Go 99.6%
  • Makefile 0.4%