Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mramshaw/event-storming
An introduction to Event Storming, Event Sourcing, Domain-Driven Design (DDD) and SEDA
https://github.com/mramshaw/event-storming
ddd domain-driven-design event-sourcing event-storming events seda
Last synced: 4 days ago
JSON representation
An introduction to Event Storming, Event Sourcing, Domain-Driven Design (DDD) and SEDA
- Host: GitHub
- URL: https://github.com/mramshaw/event-storming
- Owner: mramshaw
- Created: 2019-04-08T16:28:25.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2019-06-18T01:45:25.000Z (over 5 years ago)
- Last Synced: 2024-12-21T04:34:02.162Z (28 days ago)
- Topics: ddd, domain-driven-design, event-sourcing, event-storming, events, seda
- Homepage:
- Size: 453 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Event Storming
[Event Storming](http://en.wikipedia.org/wiki/Event_Storming) is
is a way to abstract the key events in a system, and is often used with
[Domain-driven design (DDD)](http://en.wikipedia.org/wiki/Domain-driven_design).In this example we have the events of the somewhat less than
happy case where a car owner has decided to fight a traffic
ticket and needs to take a personal day to attend traffic court.![Events](images/Events.png)
## Introduction
The following web page gives a nice introduction:
http://webeventstorming.com/
Their tool (which I beta-tested to a small degree, and was
used to produce the above diagram) does a nice job of compressing
white space as necessary while respecting places where it is needed
for readability.## Terminology
* [Domain-driven design (DDD)](http://en.wikipedia.org/wiki/Domain-driven_design)
* [Event Storming](http://en.wikipedia.org/wiki/Event_Storming)
## SEDA
Please refer to the [SEDA folder](SEDA/) for information
on SEDA (Staged Event-Driven Architecture).