kedro-org/kedro-viz
Visualise your Kedro data and machine-learning pipelines and track your experiments.
What it solves
Kedro-Viz provides a visual interface for data science pipelines built with the Kedro framework. It solves the problem of understanding and managing complex data pipelines by transforming code-based pipeline definitions into interactive, searchable, and scalable visual representations.
How it works
It operates as either a Kedro plugin or a standalone React component. When run as a plugin, it analyzes the Kedro project and serves a visualization of the pipeline's nodes and edges. It can be launched via the CLI (kedro viz run) and supports features like autoreload on code changes, focus mode for modular pipelines, and a metadata side panel for parameters and Plotly charts.
Who it’s for
Data scientists and ML engineers who use the Kedro framework to build and build and manage their data pipelines.
Highlights
- Scalable Visualization: Handles pipelines with hundreds of nodes without performance loss.
- Interactive Exploration: Includes search, filtering, and a focus mode for modular pipeline views.
- Rich Metadata: Displays parameters and supports Plotly charts in a side panel.
- Flexible Deployment: Can be used as a local development tool, a VS Code extension, or embedded as a React component in web applications.
Related
- Project
- Project
- Project
- Dispatch
- Project