/siddhi-sample

Sample on using Siddhi within a Java project with Maven

Primary LanguageJavaApache License 2.0Apache-2.0

siddhi-sample

Sample on using Siddhi within a Java project with Maven

System requirments

To build Siddhi from the Source distribution, it is necessary that you have JDK version 8 or 11 and Maven 3.0.4 or later

Steps to build and run the project

  1. Download or checkout the project

  2. Build the project by running mvn clean install from the project root directory.

  3. Try executing the main class io.siddhi.sample.SimpleFilterSample from your favorite IDE