-
-
Notifications
You must be signed in to change notification settings - Fork 99
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
Split out visualizer #261
Comments
Last community meeting, I introduced the library I have been working on. Still a work in progress, but as soon as it reach v1 I will provide a PR to the studio, proposing to integrate it 🙂 |
This issue has been automatically marked as stale because it has not had recent activity 😴 It will be closed in 120 days if no further activity occurs. To unstale this issue, add a comment with a detailed explanation. There can be many reasons why some specific issue has no activity. The most probable cause is lack of time, not lack of interest. AsyncAPI Initiative is a Linux Foundation project not owned by a single for-profit company. It is a community-driven initiative ruled under open governance model. Let us figure out together how to push this issue forward. Connect with us through one of many communication channels we established here. Thank you for your patience ❤️ |
This issue has been automatically marked as stale because it has not had recent activity 😴 It will be closed in 120 days if no further activity occurs. To unstale this issue, add a comment with a detailed explanation. There can be many reasons why some specific issue has no activity. The most probable cause is lack of time, not lack of interest. AsyncAPI Initiative is a Linux Foundation project not owned by a single for-profit company. It is a community-driven initiative ruled under open governance model. Let us figure out together how to push this issue forward. Connect with us through one of many communication channels we established here. Thank you for your patience ❤️ |
Reason/Context
I have raised this before but lost somewhere, or at least I cant find it 😅
I would like to have the Visualizer split out from Studio so we can start to use it and develop it independent of the studio.
Description
I already had the need for it and had to fork it from the studio and decouple it (can't recall what had to change, but something did). I especially needed it to show external applications from the point of view of the application.
One of the questions that came up while doing this myself is when does Cupid come into the picture, and what should the visualizer do?
The distinction I did, for now, was that Visualizer rendered the view of a single application, and the external applications were a "subtle" link to the external application (see the first image). It can of course use Cupid to get this information about the relations to the application in view.
Cupid then showed the entire picture of the system and how everything was connected (see above image).
I know you said you did not want to split it just yet, but I would argue it should 😆
The text was updated successfully, but these errors were encountered: