Skip to content
/ tikv Public
forked from tikv/tikv

Distributed key value store powered by rust

Notifications You must be signed in to change notification settings

tomzhang/tikv

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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

About

Distributed key value store powered by rust

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Rust 99.9%
  • Makefile 0.1%