This issue was moved to a discussion.
You can continue the conversation there. Go to discussion →
Diagram to pipeline structure #2577
Labels
Community
Issue/PR opened by the open-source community
Issue: Feature Request
New feature or improvement to existing feature
Description
An integration to Miro, Figma, adapted kedro viz, or one of the other diagramming tools where we can create a diagram (with designated elements) and the pipeline and nodes automatically populate themselves in the kedro pipeline structure.
Context
Would drastically reduce the overhead in setting up pipelines, nodes, and the connections between them within the code structure. Usually I need to create a diagram within Miro or Figma anyways to write notes and plan pipeline creation anyways.
Possible Implementation
Create a Miro and/or Figma template to construct a pipeline within their platform. Export the results and read in the connectivity/constituency of nodes and pipelines. Parse results into kedro pipeline and nodes created and outlined within the local directory.
Possible Alternatives
Implement something similar to above but in the kedro viz platform
The text was updated successfully, but these errors were encountered: