Kedro-Viz helps visualise Kedro data and analytics pipelines
Project description
Kedro-Viz
Kedro-Viz shows you how your Kedro data pipelines are structured.
With Kedro-Viz you can:
- See how your datasets and Python functions (nodes) are resolved in Kedro so that you can understand how your data pipeline is built
- Get a clear picture when you have lots of datasets and nodes by using tags to visualise sub-pipelines
- Search for nodes and datasets
This project was bootstrapped with Create React App, for which more complete documentation is available on the project website.
How do I install and use Kedro-Viz?
For in-depth development and usage notes, see the Contribution Guidelines.
It's likely that Kedro-Viz>=3.8.0 will not work with projects created with older versions of Kedro<=0.16.6. Please migrate your project to Kedro>=0.17.0 before installation of the latest version of Kedro-Viz.
As a Kedro Python plugin
Kedro-Viz is available as a Python plugin named kedro-viz
.
The following conditions must be true in order to visualise your pipeline:
- Your project directory must be available to the Kedro-Viz plugin.
- You must be using a Kedro project structure with a complete Data Catalog, nodes and pipeline structure.
To install it:
pip install kedro-viz
This will install kedro
as a dependency, and add kedro viz
as an additional CLI command.
To visualise your pipeline, go to your project root directory and install the project-specific dependencies by running:
kedro install
This will install the dependencies specified in requirements.txt
in your Kedro environment (see the Kedro documentation for how to set up your Python virtual environment).
Finally, run the following command from the project directory to visualise your pipeline:
kedro viz
This command will run kedro_viz.server on http://127.0.0.1:4141/
which cannot be accessed from another machine.
Kedro-Viz has a number of options to customise running the visualisation:
CLI command | Description |
---|---|
--host |
Host that viz will listen to. Defaults to 127.0.0.1. |
--port |
TCP port that viz will listen to. Defaults to 4141. |
--browser/--no-browser |
Whether to open viz interface in the default browser or not. |
--load-file |
Path to load the pipeline JSON file |
--save-file |
Path to save the pipeline JSON file |
--pipeline |
Name of the modular pipeline to visualise. If not set, the default pipeline is visualised. |
--env , -e |
Kedro configuration environment. If not specified, catalog config in local will be used. |
As a JavaScript React component
Kedro-Viz is also available as an npm package named @quantumblack/kedro-viz. To install it:
npm install @quantumblack/kedro-viz
Then include it in your React application:
import KedroViz from '@quantumblack/kedro-viz';
const MyApp = () => <KedroViz data={json} />;
As a JavaScript React component, the project is designed to be used in two different ways:
-
Standalone application
Run
npm run build
to generate a production build as a full-page app. The built app will be placed in the/build
directory. Data for the chart should be placed in/public/api/main
because this directory is markedgitignore
. -
React component
Kedro-Viz can be used as a React component that can be imported into other applications. Publishing the package will run
npm run lib
, which compiles the source code in/src
, and places it in the/lib
directory.The React component exposes props that can be used to supply data and customise its behaviour. For information about the props, their expected prop-types and default values, see /src/components/app/index.js. For examples of the expected data input format, see the mock data examples in /src/utils/data, and compare the resulting demo.
Flags
The following flags are available to toggle experimental features:
oldgraph
- From release v3.8.0. Display old version of graph (dagre algorithm) without improved graphing algorithm. (defaultfalse
)sizewarning
- From release v3.9.1. Show a warning before rendering very large graphs. (defaulttrue
)modularpipeline
- From release v3.11.0. Enables filtering of nodes by modular pipelines. Note that selecting both modular pipeline and tag filters will only return nodes that belongs to both categories. (defaultfalse
).
Note that newgraph has been removed from v3.8.0 onwards and is now the default functionality. Should there be issues with your project, see the oldgraph flag above.
Setting flags
To enable or disable a flagged feature, add the flag as a parameter with the value true
or false
to the end of the URL in your browser when running Kedro-Viz, e.g.
http://localhost:4141/?data=demo&oldgraph=true
The setting you provide persists for all sessions on your machine, until you change it.
Viewing flags
Kedro-Viz will log a message in your browser's developer console regarding the available flags and their values as currently set on your machine.
What licence do you use?
Kedro-Viz is licensed under the Apache 2.0 License.
How can I cite Kedro-Viz?
If you're an academic, Kedro-Viz can also help you, for example, as a tool to visualise how your publication's pipeline is structured. Find our citation reference on Zenodo.
↑↑↓↓←→←→BA
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distributions
File details
Details for the file kedro-viz-3.11.0.tar.gz
.
File metadata
- Download URL: kedro-viz-3.11.0.tar.gz
- Upload date:
- Size: 2.1 MB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.4.1 importlib_metadata/3.7.3 pkginfo/1.6.1 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.59.0 CPython/3.8.5
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | fe1584153ffe492e3513124411c105426a48bf0dead0b1bc7f674c8aae32b3a0 |
|
MD5 | 8fa31868e14554d53d6d1c255537d943 |
|
BLAKE2b-256 | e8a303049ff83f5cc73481aa67255d3e9af6fc9d506341bdc97c7481e0f9226b |
File details
Details for the file kedro_viz-3.11.0-py3.8.egg
.
File metadata
- Download URL: kedro_viz-3.11.0-py3.8.egg
- Upload date:
- Size: 2.1 MB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.4.1 importlib_metadata/3.7.3 pkginfo/1.6.1 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.59.0 CPython/3.8.5
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 2fe12923bce3d9667336e517ce6ff950767be5476fe0454f144e0e1759bfe2b4 |
|
MD5 | 064b8edcb847816e2b0129fc2389c889 |
|
BLAKE2b-256 | d53444571050fb7571246be290ee37a6a6aa4c5cf2edd48a8729a6c99d01239b |
File details
Details for the file kedro_viz-3.11.0-py3-none-any.whl
.
File metadata
- Download URL: kedro_viz-3.11.0-py3-none-any.whl
- Upload date:
- Size: 2.1 MB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.4.1 importlib_metadata/3.7.3 pkginfo/1.6.1 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.59.0 CPython/3.8.5
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | f775d4687b3d6e62571b8dcad1a0b769f05621f44bd4de7fb9b6c5bea9f276fb |
|
MD5 | 9b507df62f52e780f421d22b6adb56ab |
|
BLAKE2b-256 | 112b87a796b417a687adfff6cfc3aae445aa14ab3ce9c7ed3d37214ad533e59a |