Skip to content

Latest commit

 

History

History
25 lines (16 loc) · 445 Bytes

README.md

File metadata and controls

25 lines (16 loc) · 445 Bytes

Akka Streams example

Example project to demonstrate log file processing with Akka Streams.

Check out the corresponding blog post for more information.

Install

sbt assembly

Run

Generate log data:

./log-analysis.sh generate > target/test.log

Analyze log data:

./log-analysis.sh analyze target/test.log