repositorypackage
0.0.0-20230103225259-f9725c90ba3f
Repository: https://github.com/daos-stack/raft-boltdb.git
Documentation: pkg.go.dev
# README
DISCONTINUATION OF PROJECT
This project will no longer be maintained by Intel. Intel has ceased development and contributions including, but not limited to, maintenance, bug fixes, new releases, or updates, to this project. Intel no longer accepts patches to this project. 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 BoltDB. BoltDB is a simple key/value store implemented in pure Go, and inspired by LMDB.