siddhi-io / PySiddhi

Python wrapper for Siddhi engine

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

PySiddhi is a Python wrapper for Siddhi. Which can listens to events from data streams, detects complex conditions described via a Streaming SQL language, and triggers actions. It performs both Stream Processing and Complex Event Processing on streaming data. Its Siddhi core is written in Java library.

Features

  • Basic functionality of Siddhi 5.x.x
  • Siddhi Debugger
  • Support to Siddhi Extensions Loading

For a Quick Demo and documentation refer PySiddhi Site

Contribution

PySiddhi is initiated by a project for Google Summer of Code 2017 Program.

Contributed by: Madhawa Vidanapathirana Email: madhawavidanapathirana@gmail.com Organization: University of Moratuwa, Sri Lanka.

Support and Contribution

  • We encourage users to ask questions and get support via StackOverflow, make sure to add the siddhi tag to the issue for better response.

  • If you find any issues related to the extension please report them on the issue tracker.

  • For production support and other contribution related information refer Siddhi Community documentation.

About

Python wrapper for Siddhi engine

License:Apache License 2.0


Languages

Language:Python 82.4%Language:Java 15.4%Language:C 0.9%Language:Makefile 0.8%Language:Shell 0.6%