A demo of Flink CEP with dynamic patterns.
Please follow the example Dynamic Flink CEP blog post to deploy and run it on the Ververica Cloud.
- Java JDK version 11 or above
- Maven build tool version 3.9.5 or above
To build and to create the jar file, run the following command:
mvn clean verify
The JAR
artifact file will be created in path target/cep-demo-<VERSION>.jar
.
The initial version of this demo was provided in RealtimeCompute/ververica-cep-demo
repository.