Raft Badger Save

Raft backend implementation using BadgerDB

Project README

Build Status Coverage GoReport GoDoc

raft-badger

This repository provides the raftbadger package. The package exports the BadgerStore 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 BadgerDB. BadgerDB is a simple persistent key-value store written in pure Go. It has a Log-Structured-Merge (LSM) design and it's meant to be a performant alternative to non-Go based stores like RocksDB.

Documentation

The documentation for this package can be found on Godoc here.

Contributions

Contributions are very welcome, see CONTRIBUTING.md or skim existing tickets to see where you could help out.

License

raft-badger is Open Source and available under the Apache 2 License.

Open Source Agenda is not affiliated with "Raft Badger" Project. README Source: BBVA/raft-badger
Stars
105
Open Issues
2
Last Commit
10 months ago
Repository
License

Open Source Agenda Badge

Open Source Agenda Rating