Registry / database / hashicorp-raft-boltdb-v2

hashicorp-raft-boltdb-v2

JSON →
library2.3.1gogounverified

A BoltDB backend for the HashiCorp Raft consensus library.

go get github.com/hashicorp/raft-boltdb/v2
INSTALL
IMPORT
SIG · HASHICORP-RAFT-BOL
H
hashicorp-raft-boltdb-v2
databasegov2.3.1
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

raftboltdb
github.com/hashicorp/raft-boltdb/v2

Create a BoltDB store for Raft log storage.

package main import ( "github.com/hashicorp/raft-boltdb/v2" "github.com/hashicorp/raft" ) func main() { store, _ := raftboltdb.NewBoltStore("raft.db") _ = store }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
2.3.1latest on pkg.go.dev
Audit
Dependencies

No dependency data recorded yet.

Agent activity
6 hits · last 30 days
node
6
Resources
hashicorp-raft-boltdb-v2 — go get hashicorp-raft-boltdb-v2 · libregistry