Skip to content

PySiddhi 1.1.0 Release

Compare
Choose a tag to compare
@AnuGayan AnuGayan released this 03 Jan 03:30
· 23 commits to master since this release
9ac85ed

WSO2 Analytics team is pleased to announce the release of version 1.1.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.1.0.jar from here and copy to <SIDDHISDK_HOME>/lib directory