Skip to content

nolledge/akka-stack-demo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Akka Stack Sample

This is a sample project to demonstrate the use of the akka stack (akka-http, akka-streams) it consumes a CSV source of articles in different variations of a product.

Unavailable articles are not processed. The stock gets summed up and the article with the lowest price is used to label the prouct.

Format of source

  • Delimiter: Pipe (|)
  • Row 1: Header / Column name
  • Columns: id|produktId|name|beschreibung|preis|bestand (String|String|String|String|Float|Int)

Format of target

  • Trennzeichen: Pipe (|)
  • Row 1: Header / Column name
  • Columns: produktId|name|beschreibung|preis|summeBestand (String|String|String|Float|Int)

About

Trying out the akka stack

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages