Skip to content

Instantly share code, notes, and snippets.

@daoleno
Created May 20, 2018 15:10
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save daoleno/ab584daa4811d0037fe37ad970bb655e to your computer and use it in GitHub Desktop.
Save daoleno/ab584daa4811d0037fe37ad970bb655e to your computer and use it in GitHub Desktop.
What is Event Sourcing?
  • Events to provide a history
  • Aggregates to represent the current state of the application
  • Calculator to update the state of the application
  • Reactors to trigger side effects as events happen

img

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment