This webinar is a practical introduction for developers and architects who are new to Event Sourcing and are interested in seeing how to convert business requirements into an event-sourced application.
Event Sourcing is an alternative way to persist data. In contrast with state-oriented persistence that only keeps the latest version of the entity state, Event Sourcing stores each state mutation as a separate record called an event. In this webinar, Alexey, Developer Advocate at Event Store, introduces the concept of Event Sourcing and explores some of the key principles with example code.
Join Alexey Zimarev to learn:
- What is Event Sourcing?
- Introduce some of the benefits of Event Sourcing
- How to convert business requirements into an event-sourced application
- Example application code