fokot / word-count

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Word count

Counts the words in sliding window grouped by event_type as they come from stdin.

Example for event

{ "event_type": "baz", "data": "lorem", "timestamp": 1604082980 }

Run as

./producer | sbt run

And open http://localhost:8080/

About


Languages

Language:Scala 62.3%Language:Shell 37.7%