Event Sourcing

Event Sourcing by Martin Fowler, на сайте с May 10, 2023 22:09
Event Sourcing ensures that all changes to application state are stored as a sequence of events. Not just can we query these events, we can also use the event log to reconstruct past states, and as a foundation to automatically adjust the state to cope with retroactive changes.