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 installCython
using 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.zip
and set theSIDDHISDK_HOME
path to siddhi-sdk directory. -
Download the
siddhi-python-api-proxy-4.0.0.jar
from here and copy to<SIDDHISDK_HOME>/lib
directory.