GitHub - shettyh/raft-sqlite: Raft Backend Implementation using Sqlite

2 min read Original article ↗

Skip to content

Navigation Menu

Sign in

Appearance settings

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up

Appearance settings

Raft Backend Implementation using Sqlite

License

Apache-2.0 license

5 stars 0 forks Branches Tags Activity

Notifications You must be signed in to change notification settings

Repository files navigation

raft-sqlite : Raft backend using Sqlite

Master

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.

This implementation uses Sqlite. This implementation is inspired by raft-boltdb and Github Orchestrator

About

Raft Backend Implementation using Sqlite

Topics

Resources

Readme

License

Apache-2.0 license

Activity

Stars

5 stars

Watchers

0 watching

Forks

0 forks

Packages

No packages published

Languages