Skip to main content

Architecture

Event-Sourcing - Be complete with your events!

·4 mins
In my experimental side-project, Gleanius [1], a microlearning app, I am using Event-Sourcing [2] and CQRS [3, 4]. This turned out to be an extremely good decision because several times I later found out that new features needed more information in my read model. And the great thing was that in most cases the information was already available in the …