Skip to content
/ sekas Public

Sekas is a fault-tolerant, scalable, distributed transactional key-value store, used as a cache, database, and storage engine for other distributed systems.

License

Notifications You must be signed in to change notification settings

w41ter/sekas

Repository files navigation

Sekas

Sekas is a fault-tolerant, scalable, distributed transactional key-value store, used as a cache, database, and storage engine for other distributed systems.

Architecture

topology

See design doc for more details.

Quick start

  1. Build
make build
  1. Deploy a single node cluster
cargo run -- start --init
  1. Verify
cargo run -- shell

Run and enjoy it.

Contributing

Thanks for your help in improving the project! We have a contributing guide to help you get involved in the Sekas project.

More information

For informal discussions, please go to the forum.

About

Sekas is a fault-tolerant, scalable, distributed transactional key-value store, used as a cache, database, and storage engine for other distributed systems.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages