All Projects → tidwall → raft-leveldb

tidwall / raft-leveldb

Licence: MPL-2.0 license
Raft backend using LevelDB

Programming Languages

go
31211 projects - #10 most used programming language

raft-leveldb

This repository provides the raftleveldb package. The package exports the LevelDBStore 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 LevelDB. LevelDB is a simple key/value store implemented in pure Go.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].