Sample on using Siddhi within a Java project with Maven
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
-
Download or checkout the project
-
Build the project by running
mvn clean install
from the project root directory. -
Try executing the main class
io.siddhi.sample.SimpleFilterSample
from your favorite IDE