PySiddhi 1.0.0 Release
WSO2 Analytics team is pleased to announce the release of version 1.0.0 of PySiddhi
PySiddhi is Python Wrapper on Siddhi Library. The Python wrapper would support Siddhi 4.x. A REST Client is also developed to interact with WSO2 Stream Processor 4.x.x.
You can download PySiddhi through python package management system by giving
pip install pysiddhi4
How to Run
-
PySiddhi is depending on Cython. You can install Cython using the following command
pip install cython -
Download siddhi-sdk distribution from https://github.com/wso2/siddhi-sdk/releases
-
Extract downloaded siddhi-sdk zip and set the SIDDHISDK_HOME path to siddhi-sdk directory.
-
Download the siddhi-python-api-proxy-4-1.0.0.jar from here and copy to <SIDDHISDK_HOME>/lib directory