Akka Persistence Typed Talk

Slides are in Markdown and tailored for Deckset. PDF version is available here

Demo uses Postgres (in docker) and Akka Persistence JDBC

Create docker image

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 ../

Create container

User docker-compose.yml

docker-compose up -d