Skip to content

siddhi-io/PySiddhi

Folders and files

NameName
Last commit message
Last commit date

Latest commit

d58af41 · Oct 8, 2019
Jun 18, 2019
Oct 8, 2019
Oct 8, 2019
Sep 30, 2019
Aug 5, 2019
Sep 1, 2017
Jul 11, 2019
Aug 22, 2017
Sep 26, 2017
Apr 11, 2018
Jul 11, 2019
Oct 3, 2017
Aug 15, 2017
Sep 30, 2019

Repository files navigation

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.