On-demand webinar

Introduction to Event Sourcing

2 hours     Alexey Zimarev

Sign up & watch this recording now

About this webinar

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 Sourced applications store each state mutation as a separate record called an event.

In this practical introduction to Event Sourcing, you'll come away understanding what Event Sourcing is and the benefits it'll bring to your business. See for yourself how to convert business requirements into an event-sourced application and dive into example code to reinforce this knowledge.  

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