Upgrade to Pro — share decks privately, control downloads, hide ads and more …

Event Sourcing In Laravel

Event Sourcing In Laravel

Freek Van der Herten

January 19, 2021
Tweet

More Decks by Freek Van der Herten

Other Decks in Technology

Transcript

  1. Traditional application Write data in database An update means overwriting

    the old data The old data cannot be accessed anymore
  2. Event Sourced Application The application will f i re o

    f f events Events will get written in a dedicated store Events are passed to consumers that create projections Aggregate, Aggregate Root...
  3. Laravel Event Sourcing Package made by Spatie Aggregates, Projectors &

    Reactors Beautifully integrated into Laravel Easy to get started with