message-flow-analyzer
message-flow-analyzer copied to clipboard
Static code analyzer for message flow in a prooph powered project
This PR contains a complete rewrite of the internal message flow structure. I've simplified the structure to only use `nodes` and `edges` instead of messages, handlers, aggregates, ... Those are...
After experiencing this issue #3 and increasing the `memory_limit` I encounter these error messages: ``` Roave\BetterReflection\Reflection\ReflectionClass "Symfony\Bridge\ProxyManager\LazyProxy\Instantiator\RuntimeInstantiator" could not be found in the located source ``` This was solved by...
@codeliner @prolic could you set that up?
`mgmt-ui` accepts only `JsonCytoscapeElements` formatted json flow file, while the default for the analyzer is `JsonPrettyPrint`. I'd either switch the default or mention that in the README.
@codeliner I saw your [tweet](https://twitter.com/prooph_software/status/927497776178581504) about this tool and wanted to try it. I successfully generated a `prooph_message_flow.json` file for my project. Now I would like to turn it into...
If each entry in the output has a `from` and `to` definition, maybe via UUIDs, we can build a graph e.g. for ArangoDb.