https://github.com/siddhi-io/pysiddhi
Python wrapper for Siddhi engine
https://github.com/siddhi-io/pysiddhi
api cep java jython python python-wrapper siddhi
Last synced: 2 months ago
JSON representation
Python wrapper for Siddhi engine
- Host: GitHub
- URL: https://github.com/siddhi-io/pysiddhi
- Owner: siddhi-io
- License: apache-2.0
- Created: 2017-08-04T04:58:46.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2019-10-08T12:57:54.000Z (over 5 years ago)
- Last Synced: 2025-04-24T03:06:56.081Z (2 months ago)
- Topics: api, cep, java, jython, python, python-wrapper, siddhi
- Language: Python
- Homepage:
- Size: 1.19 MB
- Stars: 22
- Watchers: 33
- Forks: 15
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# [PySiddhi](https://siddhi-io.github.io/PySiddhi/)
***PySiddhi*** is a Python wrapper for [Siddhi](https://siddhi-io.github.io/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](https://siddhi-io.github.io/siddhi/)
## Features
- [x] Basic functionality of Siddhi 5.x.x
- [x] Siddhi Debugger
- [x] Support to Siddhi Extensions LoadingFor a Quick Demo and documentation refer [PySiddhi Site](https://siddhi-io.github.io/PySiddhi/)
## Contribution
_PySiddhi is initiated by a project for Google Summer of Code 2017 Program._
Contributed by: __Madhawa Vidanapathirana__
Email: [email protected]
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.