Skip to content

Latest commit

 

History

History
15 lines (8 loc) · 476 Bytes

README.md

File metadata and controls

15 lines (8 loc) · 476 Bytes

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