This is a completed version of the spaceflights tutorial project described in the online Kedro documentation, including the data required to run the project.
The tutorial works through the steps necessary to create this project. To learn the most about Kedro, we recommend that you start with a blank template as the tutorial describes, and follow the workflow. However, if you prefer to read swiftly through the documentation and get to work on the code, you may want to generate a new Kedro project using this starter because the steps have been done for you.
To use this starter, create a new Kedro project using the commands below. To make sure you have the required dependencies, run it in your virtual environment (see our documentation about virtual environments for guidance on how to get set up):
pip install kedro
kedro new --starter=spaceflights
cd <my-project-name> # change directory into newly created project directory
Install the required dependencies:
pip install -r src/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: