Event storming is a workshop-based method to quickly find out what is happening in the domain of a software program.[1] [2] Compared to other methods it is extremely lightweight and intentionally requires no support by a computer.The result is expressed in sticky notes on a wide wall.
The business process is "stormed out" as a series of domain events which are denoted as orange stickies.It was invented by Alberto Brandolini in the context of domain-driven design (DDD).Event storming can be used as a means for business process modeling and requirements engineering.The idea is to bring together software developers and domain experts and learn from each other.[3] The name was chosen to show that the focus should be on the domain events and the method works similar to brainstorming or agile modeling's model storming.
It is important for an event storming workshop to have the right people present.This includes people who know the questions to ask (typically developers) and those who know the answers (domain experts, product owners).
The modeling will be placed on a wide wall with a roll of paper rolled out on it.The sticky notes will be placed on this paper.You will require at least 5 distinct colors for the sticky notes.
When all domain events are found the second step is to find the command that caused each of the domain events. Commands are written on blue notes and placed directly before the corresponding domain event.
In the third step the aggregates within which commands are executed and where events happen are identified.The aggregates are written in yellow stickies.
The concepts gathered during an event storming session fall into several categories, each with its own colour of sticky note:
These are examples, these would be different for different organizations.Domain eventsActorsCommandsAggregatesExternal systemsViewsErrors
Users
CreateAccount
AccountCreated
Signup
As a result, the business process can be seen on the modeling space.But more important is the knowledge that was built in the minds of the participants.
. Domain-Driven Design Distilled . Vaughn Vernon . 2016 . Addison-Wesley . 978-0134434421.