Skip to content

Instantly share code, notes, and snippets.

@thieux
Created September 13, 2016 10:17
Show Gist options
  • Save thieux/9138a78c1486991db45a430b37880100 to your computer and use it in GitHub Desktop.
Save thieux/9138a78c1486991db45a430b37880100 to your computer and use it in GitHub Desktop.

Event Storming

Events, commands, aggregates, external systems, key scenarios.

Event

  • Happen in the past
  • Business oriented
  • Start with domain event
  • Assign e.g. orange to events
  • What caused events? Other events, commands, time

Command

  • User intention, trigger
  • Assign e.g. in blue
  • What is the source of a command? Users, external systems, time
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment