kedro-viz icon indicating copy to clipboard operation
kedro-viz copied to clipboard

GUI for Creating and Editing Pipelines

Open FabianPost opened this issue 3 years ago • 2 comments

Description

Developing Pipelines in Node editors enables faster pipeline creation and better intuitive programming, especially for data-scientists without software engineering background. Similiar to LabView and MATLAB-Simulink, I seek for a GUI to create and modify pipelines that compiles the changes directly into kedro python code and saves it inside the project.

Context

Kedro viz allows data scientists to inspect and overview pipelines. However, it does not enable creating oder editing those. Editing pipelines should be easier when you do not have to track input and output names of complex pipelines, but instead simply connect outputs with inputs and name the connection (i.e., input and output) on demand only. This enables new users to immediatly get started with kedro and allows them to dive into the code base of their own pipelines when neccesary.

Possible Implementation

The editing functions could probably be added to kedro viz.

Possible Alternatives

A seperated Node Editor, e.g., based on Dear GUI, could be used as a compiler.

FabianPost avatar Nov 14 '22 08:11 FabianPost

Hi @FabianPost, thanks for creating this issue! We've heard this request before and will explore it in more depth. We'll assess user needs and feasibility.

merelcht avatar Dec 12 '22 14:12 merelcht

From #2055:

  • Make Kedro more interactive then just CLI maybe somehow incorporate with Viz.
  • New CLI/UI for interactivity with pipeline for "low tech" users
  • Full control over Pipeline build (code authoring) in Viz

yetudada avatar Jul 24 '23 11:07 yetudada