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.
- PySiddhi wraps Siddhi 5
- Basic functionality of Siddhi 5.x.x
- Siddhi Debugger
- Support to Siddhi Extensions Loading
For a Quick Demo and documentation refer PySiddhi Site
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.
-
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.