Skip to content

Latest commit

 

History

History
15 lines (9 loc) · 281 Bytes

File metadata and controls

15 lines (9 loc) · 281 Bytes

db-events-streaming

Demo project for demonstration producing event's from database to execution flow, using Slick and Akka streams.

Using

Run postgres docker container with test data:

./scripts/create-db-container.sh

Run application (from prj root dir):

sbt run