Skip to content

PySiddhi 4.0.0

Compare
Choose a tag to compare
@lasanthaS lasanthaS released this 20 Jun 10:12
543f2de

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

  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-4.0.0.zip and set the SIDDHISDK_HOME path to siddhi-sdk directory.

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