Guide
Event Sourcing - Page 3
Event Sourcing is a software architectural pattern that stores the state of an application as a sequence of events. Instead of storing just the current state, it captures all changes to the state as a series of immutable events. This allows for better traceability, auditing, and the ability to reconstruct the application’s state at any point in time, in any shape and form.
Learn more about Event Sourcing and how to implement it in your applications using KurrentDB
Latest Resources
Article
Sun May 26 2019
Article
Sat Mar 09 2013