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-iris
: The Kedro Iris dataset example project with a minimal setup for deploying the pipeline on Airflow with Astronomer. - Alias
mini-kedro
: 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, please read the Mini-Kedro guide. - Alias
pandas-iris
: The Kedro Iris dataset example project - 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