PySiddhi
PySiddhi copied to clipboard
Python wrapper for Siddhi engine
Code like this: @info(name=query1) partition with (....) .... SiddhiRuntimer.addCallback('query1', QueryCallbackImp)
hi is there a prebuilt docker that contains the required files (java, pysiddhi) for testing and validation as i have some issues trying to install. thanks
Traceback (most recent call last): File "helloworld.py", line 3, in from PySiddhi.core.SiddhiManager import SiddhiManager File "/home/thienchuaheadshot/.local/lib/python3.7/site-packages/PySiddhi/core/SiddhiManager.py", line 19, in from PySiddhi.core.SiddhiAppRuntime import SiddhiAppRuntime File "/home/thienchuaheadshot/.local/lib/python3.7/site-packages/PySiddhi/core/SiddhiAppRuntime.py", line 18, in from PySiddhi.core.debugger.SiddhiDebugger...
**Description:**
**Description:** **Suggested Assignees:** **Affected Product Version:** **OS, DB, other environment details and versions:** **Steps to reproduce:** **Related Issues:**
**Description:** PySiddhi installation in Windows fails since Windows distribution is unavailable in pip. It was raised through Stackoverflow [issue](https://stackoverflow.com/questions/58029496/unable-to-install-pysiddhi). **Steps to reproduce:** Execute `pip install pysiddhi` as per [installation guide](https://siddhi-io.github.io/PySiddhi/Installation-Guide/)