mengjiahao / pika

Pika is a NoSQL database compatible with redis which is developed by Qihoo's infrastructure team.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

YnbjQf.png

Build Status Downloads

Introduction中文

Pika is a persistent huge storage service , compatible with the vast majority of redis interfaces (details), including string, hash, list, zset, set and management interfaces. With the huge amount of data stored, redis may suffer for a capacity bottleneck, and pika was born for solving it. Except huge storage capacity, pika also support master-slave mode by slaveof command, including full and partial synchronization. You can also use pika together with twemproxy or codis(pika has supported data migration in codis,thanks left2right and fancy-rabbit) for distributed Redis solution

UserList

Qihoo 360game Weibo Garena
Apus Ffan Meituan XES
HX XL GWD DYD
YM XM XL YM
MM VIP LK KS

More

Feature

  • huge storage capacity
  • compatible with redis interface, you can migrate to pika easily
  • support master-slave mode (slaveof)
  • various management interfaces

For developer

Releases

The User can download the binary release from releases or compile the source release.

Dependencies

  • snappy - a library for fast data compression
  • glog - google log library

Upgrade your gcc to version at least 4.8 to get C++11 support.

Supported platforms

  • linux - CentOS 6&7

  • linux - Ubuntu

If it comes to some missing libs, install them according to the prompts and retry it.

Compile

Upgrade your gcc to version at least 4.8 to get C++11 support.

Get the source code

git clone https://github.com/Qihoo360/pika.git

git submodule init
git submodule update

Then compile pika, all submodules will be updated automatically.

make

Usage

./output/bin/pika -c ./conf/pika.conf

Performance

More details on Performance.

Documents

  1. Wiki

Contact Us

QQ group: 294254078

About

Pika is a NoSQL database compatible with redis which is developed by Qihoo's infrastructure team.

License:BSD 3-Clause "New" or "Revised" License


Languages

Language:C++ 80.9%Language:Java 8.5%Language:Shell 3.4%Language:Perl 1.9%Language:Makefile 1.8%Language:C 1.5%Language:HTML 0.5%Language:CMake 0.3%Language:SCSS 0.3%Language:Python 0.3%Language:M4 0.2%Language:Assembly 0.1%Language:PowerShell 0.1%Language:PHP 0.1%Language:CSS 0.0%Language:Dockerfile 0.0%Language:Ruby 0.0%