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

Latest commit

 

History

History
12 lines (9 loc) · 485 Bytes

README.md

File metadata and controls

12 lines (9 loc) · 485 Bytes

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.