Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/icexin/raft-leveldb

leveldb backend for raft
https://github.com/icexin/raft-leveldb

Last synced: about 1 month ago
JSON representation

leveldb backend for raft

Awesome Lists containing this project

README

        

raft-leveldb [![Build Status](https://travis-ci.org/icexin/raft-leveldb.svg?branch=master)](https://travis-ci.org/icexin/raft-leveldb)
============

This repository provides the `raftleveldb` package. The package exports the
`Store` which is an implementation of both a `LogStore` and `StableStore`.

It is meant to be used as a backend for the `raft` [package
here](https://github.com/hashicorp/raft).

This implementation uses [LevelDB](https://github.com/syndtr/goleveldb).