https://github.com/bsm/raft-badger
Raft backend implementation using Badger
https://github.com/bsm/raft-badger
Last synced: 10 months ago
JSON representation
Raft backend implementation using Badger
- Host: GitHub
- URL: https://github.com/bsm/raft-badger
- Owner: bsm
- License: other
- Created: 2017-06-20T14:05:39.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2017-08-22T14:05:59.000Z (almost 9 years ago)
- Last Synced: 2025-06-28T01:40:23.163Z (12 months ago)
- Language: Go
- Size: 8.79 KB
- Stars: 9
- Watchers: 3
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
raft-badger
===========
[](https://travis-ci.org/bsm/raft-badger)
[](http://godoc.org/github.com/bsm/raft-badger)
[](https://goreportcard.com/report/github.com/bsm/raft-badger)
[](https://opensource.org/licenses/Apache-2.0)
The package exports the `BadgerStore` which is an implementation of both
a `LogStore` and `StableStore` on top of [Badger](https://github.com/dgraph-io/badger),
an embeddable, persistent, simple and fast key-value (KV) store, written natively in Go.
It is meant to be used as a backend for the `raft` [package
here](https://github.com/hashicorp/raft).