This is a completed version of the spaceflights tutorial project described in the online Kedro documentation, including 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-pandasAfter 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.txtNow you can run the project:
kedro runTo visualise the default pipeline, run:
kedro viz runThis will open the default browser and display the following pipeline visualisation:
