Workshop on Event Sourcing


Yesterday I had the pleasure to lead a workshop about Event Sourcing (ES). It was organized by my special friend Andy Siemer who always does an amazing job in organizing events of any size. We also had the pleasure to have the “father of ES” Greg Young talking to us on Zoom. His company develops and supports GetEventStore which at this time is one of the best performing, highly available and scalable implementations of an event store.

For this workshop I have prepared a GitHub repository with some documentation and sample code. The sample code is in .NET and node JS. Also included in the repository are my slides I used during the workshop.

If you are interested in more details about event sourcing then please also refer to the following posts, where I explain all aspects of ES in detail

CI with TeamCity and Docker – Part 1