initial commit
This commit is contained in:
commit
9210ab3133
8 changed files with 791 additions and 0 deletions
9
README.md
Normal file
9
README.md
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
# raft-bbolt
|
||||
|
||||
This work is based on https://github.com/hashicorp/raft-boltdb
|
||||
|
||||
This repository provides the `raftbbolt` package. The package exports the `Store` which is an implementation of both a `LogStore` and `StableStore`.
|
||||
|
||||
It is meant to be used as a backend for the `raft` [package here](https://github.com/hashicorp/raft).
|
||||
|
||||
This implementation uses [BBolt](https://github.com/etcd-io/bbolt). BBolt is a simple key/value store implemented in pure Go, and inspired by LMDB.
|
||||
Loading…
Add table
Add a link
Reference in a new issue