Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/shettyh/raft-sqlite

Raft Backend Implementation using Sqlite
https://github.com/shettyh/raft-sqlite

raft sqlite

Last synced: about 2 months ago
JSON representation

Raft Backend Implementation using Sqlite

Awesome Lists containing this project

README

        

# raft-sqlite : Raft backend using Sqlite

![Master](https://github.com/shettyh/raft-sqlite/workflows/Master/badge.svg)

This repository provides the raftsqlite package. The package exports the SQLStore 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 Sqlite. This implementation is inspired by [raft-boltdb](https://github.com/hashicorp/raft-boltdb) and [Github Orchestrator](https://github.com/github/orchestrator)