Skip to content

Latest commit

 

History

History
31 lines (24 loc) · 881 Bytes

README.md

File metadata and controls

31 lines (24 loc) · 881 Bytes

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