News

Event sourcing is an architectural pattern in which all state changes are stored as a series of events. In this way, every change can be queried later and the event log helps to reconstruct ...