Skip to content

PySiddhi 1.0.0 Release

Compare
Choose a tag to compare
@tishan89 tishan89 released this 18 Apr 11:42
· 52 commits to master since this release
7d1d80d

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

  1. PySiddhi is depending on Cython. You can install Cython using the following command
    pip install cython

  2. Download siddhi-sdk distribution from https://github.com/wso2/siddhi-sdk/releases

  3. Extract downloaded siddhi-sdk zip and set the SIDDHISDK_HOME path to siddhi-sdk directory.

  4. Download the siddhi-python-api-proxy-4-1.0.0.jar from here and copy to <SIDDHISDK_HOME>/lib directory