This repository contains all official Kedro starters. A starter can be used to bootstrap a new Kedro project as follows:
kedro new --starter=<alias>
The following aliases are available:
-
Alias
astro-airflow-iris
: The Kedro Iris dataset example project with a minimal setup for deploying the pipeline on Airflow with Astronomer. -
Alias
pyspark-iris
: An alternative Kedro Iris dataset example, using PySpark -
Alias
pyspark
: The configuration and initialisation code for a Kedro pipeline using PySpark -
Alias
spaceflights
: The spaceflights tutorial example code -
Alias
standalone-datacatalog
: A minimum setup to use the traditional Iris dataset with Kedro'sDataCatalog
, which is a core component of Kedro. This starter is of use in the exploratory phase of a project. For more information, read the guide to standalone use of theDataCatalog
. This starter was formerly known asmini-kedro
.