kedro-org / kedro-viz

Visualise your Kedro data and machine-learning pipelines and track your experiments.
https://demo.kedro.org
Apache License 2.0
646 stars 106 forks source link

Breakdown flowchart models into separate files #1909

Open ravi-kumar-pilla opened 1 month ago

ravi-kumar-pilla commented 1 month ago

Description

The flowchart model file has 1066 lines of code and this needs to be breakdown for easy maintenance and readability

Context

As above

Possible Implementation

Create separate files each for a class within flowchart folder under models.

models
  flowchart
    graph_edge.py
    graph_node.py 

Checklist

rashidakanchwala commented 1 month ago

Great idea, should we break it into edges, nodes, and metadata?