Please have a look at the parent README first.
A Kafka Streams application. It reads raw performance traces (i.e., Nagios, Telegraf) from a Kafka topic, transforms them into our domain model / schema, and sends the output to another Kafka topic.
Please have a look at the parent README that explains building and running the collection 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.