Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/icexin/raft-leveldb
- Owner: icexin
- Created: 2015-07-21T07:21:16.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2015-08-11T11:48:34.000Z (over 9 years ago)
- Last Synced: 2023-04-05T04:41:22.926Z (over 1 year ago)
- Language: Go
- Size: 152 KB
- Stars: 6
- Watchers: 3
- Forks: 5
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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).