-
Notifications
You must be signed in to change notification settings - Fork 0
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
Graphical view of ERSAP/RTDP configuration #13
Comments
Several packages were evaluated for the purpose of composing ERSAP applications, specifically focusing on a dataflow graphical editor and visualization tools. These options ranged from CODA JCEdit to BPMN (business process modeling notation) editors. My investigation led me to examine the open-source COMUNDA framework. |
I found a This looks like a lot more than just a visualization tool. I think you're right that this warrants a deeper look to see how much of it we can leverage. |
Interactive framework:
Visualization
Chart type: Sankey, DAG, or more flexible? |
Graphviz aligns more closely with our needs, particularly as a tool for visualizing workflows. Additionally, please explore the following: https://decisions.com/no-code-platform |
dash_cytoscape is going to be taken over by the Grafana. |
Grafana "node-graph" visualization:
|
@faustus123 @gurjyan Commit is at: b32a5f5 |
We need a way to visualize an RTDP configuration. This should include visualizations of relevant telemetry from the individual components that updates as the platform runs the simulation/workflow. For example, if an FPGA component is in the configuration, values for data in/out rates, utilization, etc..
A web interface might be nice, but a native linux app that can be run in a container with GUI support would work (e.g. X11).
The text was updated successfully, but these errors were encountered: