Slides are in Markdown and tailored for Deckset. PDF version is available here
Demo uses Postgres (in docker) and Akka Persistence JDBC
This image creates the DB with the schema for journal and snapshot in place. Just use it!
cd docker
docker build -t akka-jdbc-postgres .
cd ../
User docker-compose.yml
docker-compose up -d