# raft-boltdb **Repository Path**: mirrors_influxdata/raft-boltdb ## Basic Information - **Project Name**: raft-boltdb - **Description**: Raft backend implementation using BoltDB - **Primary Language**: Unknown - **License**: MPL-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-03-24 - **Last Updated**: 2026-03-21 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README 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](https://github.com/hashicorp/raft). This implementation uses [BoltDB](https://github.com/boltdb/bolt). BoltDB is a simple key/value store implemented in pure Go, and inspired by LMDB.