hpcloud-mon / monasca-events-engine

The monasca events engine

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

monasca-events-engine

The monasca event and stream processing engine (uses stacktach-winchester). The event engine reads distilled events from the Kafka event topic and adds the distilled events and temporary streams that match stream definitions (filters, group-by, fire/expire criteria, fire/expire handlers) to the Mysql DB. When stream fire criteria has been met, the stream of events is sent to the specified handler. Stream definitions can be specified per tenant.

Under Development

Installation

Get the Code

git clone https://github.com/hpcloud-mon/monasca-events-engine

Requires:

Run it

cd monasca_events_engine
python main.py ../etc/monasca_events_engine.conf 

About

The monasca events engine

License:Apache License 2.0


Languages

Language:Python 100.0%