Publish and share Kedro-Viz

The publish and share feature on Kedro-Viz enables seamless sharing of pipeline visualizations on any static website hosting platform. There are two methods:

  1. Platform-agnostic sharing with Kedro-Viz: Use the kedro viz build command to publish Kedro-Viz on platforms like GitHub pages, sharing the generated URL. This is described in Platform-agnostic sharing with Kedro-Viz

  2. Publish and share Kedro-Viz automatically: Use the kedro viz deploy command to automatically share Kedro-Viz on AWS, Azure, or GCP. See detailed guides below:

  1. Publish and Share Kedro-Viz with Github Actions: Use the publish-kedro-viz action available on the Github Marketplace to deploy Kedro-Viz for your Kedro project repository on GitHub Pages. For further information and usage instructions, please refer to publish-kedro-viz

Filtering and sharing Kedro-Viz pipelines

Kedro-Viz allows you to focus on specific aspects of your data pipeline by filtering the visualization. Once filters are applied, you can share the resulting visualisation with others by copying the URL

As filters are applied, the URL in the browser automatically updates to reflect the current state of your filtered pipeline. By selecting filters like type, tags, or focus mode through the user interface, you can generate a URL that can be shared, granting others access to the same filtered view of the pipeline.