Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 

README.md

Feature extraction from system traces

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).

Run feature extraction

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.