Skip to content

PySiddhi 5.0.0

Compare
Choose a tag to compare
@lasanthaS lasanthaS released this 20 Jun 10:13
· 17 commits to master since this release
5b33a76

WSO2 Analytics team is pleased to announce the release of version 5.0.0 of PySiddhi.

PySiddhi is Python Wrapper on Siddhi Library. The Python wrapper would support Siddhi 5. 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==5.0.0

How to Run

  1. PySiddhi is depending on Cython. You can install Cython using the following command.
pip install cython
  1. Download siddhi-sdk distribution from https://github.com/siddhi-io/siddhi-sdk/releases.

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

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