Skip to content
forked from tikv/tikv

Distributed key value store powered by rust

License

Notifications You must be signed in to change notification settings

tempbottle/tikv

This branch is 7077 commits behind tikv/tikv:master.

Folders and files

NameName
Last commit message
Last commit date
Apr 3, 2016
Apr 2, 2016
Apr 5, 2016
Apr 5, 2016
Jan 20, 2016
Mar 6, 2016
Apr 4, 2016
Apr 3, 2016
Apr 5, 2016
Mar 30, 2016
Apr 2, 2016
Apr 5, 2016
Apr 4, 2016

Repository files navigation

TiKV is a distributed KV database powered by Rust.

Build Status

TiKV is inspired by the design of Google Spanner and HBase, but much simpler (Doesn't depend on any distributed file system).

  • Geo-Replication
    TiKV uses Raft to support Geo-Replication. We have ported etcd's raft implementation to Rust.

  • Horizontal scalability

  • Consistent distributed transactions

  • Coprocessor support

  • Working with TiDB

Required rust version

This project requires rust nightly, otherwise it can't build.

Acknowledgments

  • Thanks etcd for providing some great open source tools.
  • Thanks RocksDB for their powerful storage engines.
  • Thanks mio for providing metal IO library for Rust.
  • Thanks rust-clippy. We do love the great project.

About

Distributed key value store powered by rust

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Rust 99.9%
  • Makefile 0.1%