This is a completed version of the spaceflights tutorial project described in the online Kedro documentation and the extra tutorial sections on visualisation with Kedro-Viz and experiment tracking with Kedro-Viz. It includes the data required to run the project.
To create a project based on this starter, ensure you have installed Kedro into a virtual environment. Then use the following command:
pip install kedro
kedro new --starter=spaceflights-pandas-viz
After the project is created, navigate to the newly created project directory:
cd <my-project-name> # change directory
Install the required dependencies:
pip install -r requirements.txt
Now you can run the project:
kedro run
To visualise the default pipeline, run:
kedro viz
This will open the default browser and display the following pipeline visualisation: