Demo application used to demonstrate simple time-based sliding window counter implementation.
To be able to run this you need binary emitting events in this format
{"event":{"event_type":"typeA","word":"some words"},"timestamp":1658904070963}
App can be run from your favourite IDE or from SBT.
sbt "run /path/to/executable"
or
sbt "runMain wcd.Main /path/to/executable"