Skip to content

ipr0/sfdb

 
 

Repository files navigation

SFDB - Simple Fast Database

Experimental distributed in-memory database, entirely based on protocol buffers, gRPC and the Raft consensus algorithm.

Build Status

Getting Started

Prerequisites

Build

bazel build //...

Run Tests

bazel test //...

Start SFDB nodes

The provided launch3.sh script starts 3 sfdb nodes on localhost (ports 27910, 27911, 27912).

./sfdb/launch3.sh

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 79.3%
  • Go 6.9%
  • Starlark 5.3%
  • TypeScript 4.9%
  • HTML 2.1%
  • CSS 0.9%
  • Other 0.6%