eventsourcing with springboot

Event Sourcing with SpringBoot

Reading Time: 5 minutes The name directly comes from the fact that event sourcing events are the source of truth. So all of the other data and other data structures are just derived from the events. So we can erase in theory all of those other storages as long as we keep event lock then we can always regenerate them. Event sourcing contains a ordered of our operation so Continue Reading