Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Draw arrows between components on architecture diagram #45

Open
holly-cummins opened this issue Mar 13, 2023 · 0 comments
Open

Draw arrows between components on architecture diagram #45

holly-cummins opened this issue Mar 13, 2023 · 0 comments

Comments

@holly-cummins
Copy link
Owner

Two challenges:

Drawing the arrows

This would be hard with vanilla javascript, but maybe a library can help.

Populating the arrows

Once interactions have happened, we know about the relationship, but what about before?
We can maybe track a dependency in the pom, but many relationships would be via REST. We could scan for common port numbers on both sides, but that's a lot of work.
If we used stork, that might also give us some port numbers we could introspect.

image

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant