Om sesjonen
Have you ever worked on a project where the history of the system vanished? Ten years have passed, no one from the original team works there anymore, and no one understands what the data even does anymore. We have all been there. Usually we store the current state, but that looses information about the journey - all that valuable context about what happened over time.
What if we could change it? What if you didn't just have the current state of the application, but also how it got there!
This might sound like magic, but it is possible through Event Sourcing! In this workshop, we introduce concepts around Event Sourcing and how it can be used to orchestrate an online store. We want to show how you define events, create and listen to event-streams, and how you can build database models through events.
This workshop is on an introductory level and fits well for developers who want to learn basic Event Sourcing techniques.