Return to profile for Freek Van der Herten

A practical introduction to event sourcing

45 minute intermediate seminar

Description/Proposal

In an event-sourced app, you are storing each event that happens within your app and derive most state from those events.

In this highly practical talk, that serves as an introduction to the topic, we'll model our first process. Along the way, we'll explain what aggregates, projections, and process managers are.