An open API service indexing awesome lists of open source software.

https://github.com/patchlevel/event-sourcing-analyser

WIP
https://github.com/patchlevel/event-sourcing-analyser

Last synced: 9 months ago
JSON representation

WIP

Awesome Lists containing this project

README

          

# event-sourcing-analyser (WIP)

![output](output.png)

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
```