Skip to content
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 #2264

Open
astrojuanlu opened this issue Feb 3, 2025 · 1 comment
Open

GUI for Creating and Editing Pipelines #2264

astrojuanlu opened this issue Feb 3, 2025 · 1 comment

Comments

@astrojuanlu
Copy link
Member

Discussed in #1829

Originally posted by FabianPost November 14, 2022

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.

@astrojuanlu
Copy link
Member Author

(Comes #1201)

@FabianPost we're doing this 😄 (soon)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Status: No status
Development

No branches or pull requests

1 participant