Skip to content

Latest commit

 

History

History
17 lines (12 loc) · 968 Bytes

File metadata and controls

17 lines (12 loc) · 968 Bytes

Trace collection

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.

Run trace collection

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.