Hey, is there any plan to make an interactive kedr...
# questions
n
Hey, is there any plan to make an interactive kedro viz ? Where you could plug and unplug data connectors. A bit like the Blender 3d or Unreal Engine scripting system
I was digging through react-flow (which is what’s using kedro viz under the hood) and there are a lot of interactive capabilities. It can also export the currently shown graph as a json. By reading the json file, we could create a kedro pipeline
Answering my own question : https://github.com/orgs/kedro-org/projects/3/views/1?pane=issue&itemId=18161810 Yes there is, but it’s low priority
🌟 1
t
@Nicolas Oulianov could you link to where
react-flow
is using kedro viz?
n
Sorry, this is not what I meant. I thought that kedro viz used react-flow to display diagrams. Because the visualisation outcome is so similar. I went though the source code of kedro viz and didn’t find a react flow dependency. In fact, kedro viz seems to have its own logic to display diagrams : https://github.com/kedro-org/kedro-viz/blob/main/src/components/flowchart/draw.js Take a look at react-flow if you get the chance. That’s a nice, powerful and well maintained module for interactive graph rendering with react : https://reactflow.dev
👍 1