Skip to content

Akka streams demo app for processing of a measurements from a file and writing them to other files

Notifications You must be signed in to change notification settings

astukalo/measures

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Measurements processing

How to build

mvn clean package

How to run

Requires Java 17.

java -jar target/measures-1.0-SNAPSHOT-fat.jar input.csv

The program will generate out files to output folder. The output folder will be created if it does not exist and will be cleaned if it exists.

About

Akka streams demo app for processing of a measurements from a file and writing them to other files

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages