smart-data-lake / sdl-visualization

Visualization for SDLB config
GNU General Public License v3.0
4 stars 1 forks source link

Implement different views of lineage graph #74

Closed zzeekk closed 3 months ago

zzeekk commented 6 months ago

Configuration Lineage graph currently shows DataObjects as Nodes, and Actions as Edges. This should be made configurable by a dropdown to select "DataObjects", "Actions" or "Full Graph" as Nodes to be rendered. The graph should adapt when the selection of the dropdown changes. The dropdown should be implemented by extending the existing button to show action.

Additional Hints: The Lineage visualization should render any Graph given to it, independent of the chosen type. In Javascript the "Full" Graph should be prepared once, and corresponding functions to reduce it to Actions or DataObjects be implemented.