Skip to content

lotair/tair

 
 

Repository files navigation

Tair is a distributed key-value storage system originally developed at www.taobao.com.
Maybe the best choice to serve as cache or persistent-kv service in credible enviroment as tair provide no security related feature.

  • features:
  • simple client configuration thanks to lightweight config server
  • support for atomic counter
  • data is automatically partitioned and replicated over whole cluster
  • server failure is handled transparently
  • realtime data sync between clusters which may deploy in different areas
  • excellent support multi-appliction scenario
  • flow control base on qps/bandwidth
  • get and deploy tair
  • 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.
  • Roadmap
  • use kiwi as network framework.
    The original network framework tair uses is libeasy which is not opensource

Packages

No packages published

Languages

  • C++ 91.9%
  • C 6.4%
  • Makefile 0.8%
  • Shell 0.4%
  • M4 0.3%
  • Python 0.2%