Attempt to visualize relationships/"artifact flow" between the different automotive software communities. There is no claim to completeness or correctness, or even usefulness.
The majority of the javascript code is lifted from oberservable/d3
Idea for this scenario is to have a very simple, minimal diagram-generating web page that allows for experimenting with the usefulness of a Sankey-style visualization for the subject matter.
Any web server should do - minimal and lightweight:
- install npm and npx
- in the directory where the html and csv files are located, run
npx serve
- point your browser at localhost:3000
This is also very simple - open data.csv in your favorite editor, and begin editing. Reload the browser page to see your changes.
Author: Daniel Krippner (dk.mailbox@gmx.net)
License note: code origin is documented in index.html
. The repository license applies to any new or modified content, where applicable.