Skip to content

Latest commit

 

History

History
5 lines (3 loc) · 179 Bytes

README.md

File metadata and controls

5 lines (3 loc) · 179 Bytes

KV-Raft

This is a simple distributed key-value store based on raft algorithm and rocksDB storage engine, use grpc for communication.

This project is built with rust language.