Every Change is Captured: Understanding Event Sourcing
Event Sourcing is one of the Design Pattern which not only stores the final state of a data, but also stores the every change in the data happened in a sequence in the form of events. These sequence of events are stored in event store. This approach ...
azuredesignpatterns.hashnode.dev4 min read