Skip to content

Introduction

Data Technology edited this page May 10, 2019 · 3 revisions

A very lightweight but complete Raft Consensus C++ implementation, the original implementation was published by Andy Chen, as he agrees, we re-organize his source code, and republish under the same license.

To respect Andy Chen's work, we keep using cornerstone as the project's name and we will start iterating based on his work.

Don't put fs_log_store into production, it's for demo and algorithm verification only

This project got used for the work of https://arxiv.org/pdf/1808.05698.pdf

Clone this wiki locally