Skip to content

m-kalai/word-counter-demo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Sliding Window Word Counter Demo

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}

HTTP Interface

http://localhost:9000

How to run

App can be run from your favourite IDE or from SBT.

sbt "run /path/to/executable"

or

sbt "runMain wcd.Main /path/to/executable"

About

Sliding window word counter demo

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages