https://github.com/patchlevel/event-sourcing-analyser
WIP
https://github.com/patchlevel/event-sourcing-analyser
Last synced: 9 months ago
JSON representation
WIP
- Host: GitHub
- URL: https://github.com/patchlevel/event-sourcing-analyser
- Owner: patchlevel
- License: mit
- Created: 2025-02-12T10:33:32.000Z (12 months ago)
- Default Branch: main
- Last Pushed: 2025-04-27T14:30:37.000Z (9 months ago)
- Last Synced: 2025-04-27T15:28:46.755Z (9 months ago)
- Language: PHP
- Homepage:
- Size: 1.02 MB
- Stars: 4
- Watchers: 3
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# event-sourcing-analyser (WIP)

https://agiledojo.de/2023-04-14-event-storming-notation-explained/
```bash
vendor/bin/phpstan analyse --error-format=eventSourcingGraphviz ./src | dot -Tpng > graph.png
vendor/bin/phpstan analyse --error-format=eventSourcingJson ./src > event-sourcing.json
```