design level event storming
models how the code works, as compared to event storming
graph TD
command --> policy
command --> aggregate
policy --> aggregate
aggregate --> event
shows which commands generate which events when event storming
graph LR
read[read model]
read --> user
user --> command
how a user is informed to execute a command