quantumblacklabs / kedro-starter-spaceflights

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Kedro starter for the Spaceflights tutorial (kedro-starter-spaceflights)

Overview

This is a tutorial project, which was generated using Kedro 0.16.5. It is the completed version of the Space Flights tutorial described in the online Kedro documentation and includes the data necessary 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==0.16.5
kedro new --starter git+https://github.com/quantumblacklabs/kedro-starter-spaceflights.git
cd <my-project-name>  # change directory into newly created project directory

Install the required dependencies:

kedro install

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:

About


Languages

Language:Python 96.9%Language:Gherkin 3.1%