Registry / database / hashicorp-raft-boltdb

hashicorp-raft-boltdb

JSON →
librarygogounverified

A BoltDB backend for the HashiCorp Raft consensus library.

go get github.com/hashicorp/raft-boltdb
INSTALL
IMPORT
SIG · HASHICORP-RAFT-BOL
H
hashicorp-raft-boltdb
databasego
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

Create a BoltDB store for Raft

package main import ( "github.com/hashicorp/raft-boltdb" ) func main() { store, err := raftboltdb.NewBoltStore("raft.db") if err != nil { panic(err) } defer store.Close() }
Debug
Known issues

No known issues recorded.

Upgrade
Version history

Breaking-change detection hasn't run for this library yet.

Audit
Dependencies

No dependency data recorded yet.

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