Skip to content

Latest commit

 

History

History
10 lines (6 loc) · 521 Bytes

README.md

File metadata and controls

10 lines (6 loc) · 521 Bytes

RAFT-BITCASK

This repository provides the raftbitcask package. The package exports the BitcaskStore 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 Go-Bitcask. Go-Bitcask is a Log-Structured Hash Table for Fast Key/Value Data written in pure Go.

License

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