Please have a look at the parent README first.
A Kafka Streams application. It reads system traces from an input Kafka topic and calculates features (mean, sd, slope, ...). We calculate features per window. Windows advance by some hopping interval (and may overlap as seen in the diagram of the parent README).
Please have a look at the parent README that explains building and running the extraction with Gradle and Docker Compose. This project will be built as part the parent a multi-project.
Have a look at the implementation and test of the application.