cea73277ca8a6191ff7a45aef66846dfccc60f89
This adds the API implementation for the read, write, number of panding flushes and memtable switch count. The implementation uses a helper function to perform map and map_reduce on column_family. The get_uuid helper method now supports both colon notations (i.e. either as a ":" or as %3A) Signed-off-by: Amnon Heiman <amnon@cloudius-systems.com>
…
…
#Urchin
##Building Urchin
In addition to required packages by Seastar, the following packages are required by Urchin.
Submodules
Urchin uses submodules, so make sure you pull the submodules first by doing:
git submodule init
git submodule update
Building urchin on Fedora
Installing required packages:
sudo yum install yaml-cpp-devel lz4-devel zlib-devel snappy-devel jsoncpp-devel
Building urchin on Ubuntu 14.04
Installing required packages:
sudo apt-get install libyaml-cpp-dev liblz4-dev zlib1g-dev libsnappy-dev libjsoncpp-dev
Description
Languages
C++
73.5%
Python
25.3%
CMake
0.3%
GAP
0.3%
Shell
0.3%