Kedro-Viz helps visualise Kedro data and analytics pipelines
Project description
Kedro-Viz
develop |
master |
---|---|
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.
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.
If you are using a remote server machine or a docker container, run the following command instead.
kedro viz --host 0.0.0.0
You can change the port with --port
option if needed.
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/nodes.json
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.
What licence do you use?
Kedro-Viz is licensed under the Apache 2.0 License.
↑↑↓↓←→←→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.0.1.tar.gz
.
File metadata
- Download URL: kedro-viz-3.0.1.tar.gz
- Upload date:
- Size: 1.6 MB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/2.0.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/41.6.0.post20191030 requests-toolbelt/0.9.1 tqdm/4.37.0 CPython/3.6.9
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 430d6cab59c32f1c7940c9043e2489743d39c71763271db327a5662c0339c2bb |
|
MD5 | 0427fc938eb17c33e8280c0419ba8ee1 |
|
BLAKE2b-256 | 047395992f0e5d85b57781835127bbdc33bdab262b8d6646e26833f296cb56d9 |
File details
Details for the file kedro_viz-3.0.1-py3.6.egg
.
File metadata
- Download URL: kedro_viz-3.0.1-py3.6.egg
- Upload date:
- Size: 1.6 MB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/2.0.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/41.6.0.post20191030 requests-toolbelt/0.9.1 tqdm/4.37.0 CPython/3.6.9
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 275318543354b26319136febaa273503cb7cff5d3e5e8ea0b39cc6f1b23fe09b |
|
MD5 | 083656277a06045359f018c8b2853e59 |
|
BLAKE2b-256 | 01595ae3054086d4e5c9327f83b95e9cae8d216cb342c54ea35f18c0e4e1afad |
File details
Details for the file kedro_viz-3.0.1-py3-none-any.whl
.
File metadata
- Download URL: kedro_viz-3.0.1-py3-none-any.whl
- Upload date:
- Size: 1.6 MB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/2.0.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/41.6.0.post20191030 requests-toolbelt/0.9.1 tqdm/4.37.0 CPython/3.6.9
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | b7c7e388c42236bcf9aa2125ea7729eeda61c6005d242f949de3c256c6f417df |
|
MD5 | b4a01a81f68df673b20ae2c3d562bb3b |
|
BLAKE2b-256 | 1d22dce86a17aa78f6e4f544b09b58b145cb2a6d38ba1bbee891560734dd0674 |