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
databricks-iris
: The Kedro Iris dataset example project with a minimal setup for running and deploying the pipeline on Databricks. -
Alias
spaceflights-pandas
: The spaceflights tutorial example code. -
Alias
spaceflights-pandas-viz
: The spaceflights tutorial example code with viz feature examples (experiment tracking, plotting with plotly and matplotlib). -
Alias
spaceflights-pyspark
: An alternative Kedro Spaceflights example, using PySpark. -
Alias
spaceflights-pyspark-viz
: An alternative Kedro Spaceflights example, using PySpark with viz feature examples (experiment tracking, plotting with plotly and matplotlib).
Archived starters which are no longer maintained:
-
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
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
.