Skip to content

This issue was moved to a discussion.

You can continue the conversation there. Go to discussion →

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

GUI for Creating and Editing Pipelines #1201

Closed
FabianPost opened this issue Nov 14, 2022 · 2 comments
Closed

GUI for Creating and Editing Pipelines #1201

FabianPost opened this issue Nov 14, 2022 · 2 comments

Comments

@FabianPost
Copy link

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.

@merelcht merelcht transferred this issue from kedro-org/kedro Dec 12, 2022
@merelcht
Copy link
Member

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.

@yetudada
Copy link
Contributor

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

This issue was moved to a discussion.

You can continue the conversation there. Go to discussion →

Projects
Status: Done
Status: Discovery or Research - Later 🧪
Development

No branches or pull requests

6 participants