kedro-starters icon indicating copy to clipboard operation
kedro-starters copied to clipboard

Templates for your Kedro projects.

kedro-starters

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: