berockguo / tair

A distributed key-value storage system developed by Taobao.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Tair is a distributed key-value storage system originally developed at Taobao.com.

  • features:
  • simple client configuration thanks to lightweight config server
  • items are versioned to avoid data inconsistencies due to concurrent update
  • supprt for atomic counter
  • support for pluggable storage engine
  • data is automatically partitioned and replicated over whole cluster
  • server failure is handled transparently
  • get and deploy tair

see: http://code.taobao.org/trac/tair/wiki/ZhWikiStart

  • Contribution

The source code is available user the GPL version 2. We are avtively looking for contributors so if you have any ideas, bug reports, or patchs you would like to contribute please do not hesitate to do so.

About

A distributed key-value storage system developed by Taobao.com

License:GNU General Public License v2.0


Languages

Language:C++ 96.5%Language:C 1.4%Language:Makefile 0.8%Language:CMake 0.6%Language:Shell 0.4%Language:M4 0.3%