Cep is a complex event processing engine based on Siddhi and Kafka. You only need to define a JSON stream where you specify the process logic and how the message are transformed. Try it now!!
You can find the cep.logo.svgdocs on the Docs Website
You can get started with Cep with this tutorial.
To build this project you can use maven
tool.
If you want to build the JAR of the project you can do:
mvn clean package
If you want to check if it passes all the test:
mvn test
If you want to build the distribution tar.gz:
mvn clean package -P dist
If you want to build the docker image, make sure that you have the docker service running:
mvn clean package -P docker
- Fork it
- Create your feature branch:
git checkout -b my-new-feature
- Commit your changes:
git commit -am 'Add some feature'
- Push to the branch:
git push origin my-new-feature
- Create a new Pull Request