Skip to content

Instantly share code, notes, and snippets.

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 joeyguerra/e81bfd03471aca250b3a02d0b44e92eb to your computer and use it in GitHub Desktop.
Save joeyguerra/e81bfd03471aca250b3a02d0b44e92eb to your computer and use it in GitHub Desktop.
Event Sourcing as 3 functions.
f(events) -> state
match f(state, event) -> state
f(state, command) -> events
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment