mirror of
https://github.com/scylladb/scylladb.git
synced 2026-04-22 17:40:34 +00:00
55ca2951541ae75f18897cf8027f5a334c18a5bd
"This series implements initial support for CQL events. We introduce migration_listener hook in migration manager as well as event notifier in the CQL server that's built on top of it to send out the events via CQL binary protocol. We also wire up create keyspace events to the system so subscribed clients are notified when a new keyspace is created. There's still more work to be done to support all the events. That requires some work to restructure existing code so it's better to merge this initial series now and avoid future code conflicts."
#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++
72.7%
Python
26.1%
CMake
0.3%
GAP
0.3%
Shell
0.3%