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