Zeppelin is developed and maintained by Qihoo PikaLab and DBA Team, inspired by Pika and Ceph. It's a Distributed Key-Value Platform which aims to provide excellent performance, reliability, and scalability. And based on Zeppelin, we could easily build other services like Table Store, S3 or Redis.
- Excellent Performance
- Horizontal Scalability:a reliable key-value storage service that can scale to many thousands of devices by leveraging the intelligence present in individual storage node.
- Support upper Protocol
Zeppelin is based on some other basic libraries, such as slash, pink, floyd and rocksdb, so you need to download them first as bellow:
git submodule init
git submodule update
make
After build and setup, you need to access the service through Zeppeln Client, See more here