The Wayback Machine - https://web.archive.org/web/20201120074149/https://github.com/liftbridge-io/raft-boltdb
Skip to content
master
Go to file
Code
This branch is 2 commits ahead of hashicorp:master.

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
 
 
 
 
 
 
 
 
 
 

README.md

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

Releases

No releases published

Packages

No packages published
You can’t perform that action at this time.