Skip to content
This repository has been archived by the owner on Mar 3, 2023. It is now read-only.

Update readme and add new training materials #15

Merged
merged 10 commits into from
Feb 11, 2021
15 changes: 3 additions & 12 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,20 +1,11 @@
# Kedro Training

This repository contains training materials that will teach you how to use [Kedro](https://github.com/quantumblacklabs/kedro/). This content is based on the [Spaceflights tutorial](https://kedro.readthedocs.io/en/stable/03_tutorial/02_tutorial_template.html) using Kedro 0.16.5 specified in our documentation.
This repository contains training materials that will teach you how to use [Kedro](https://github.com/quantumblacklabs/kedro/). This content is based on the standard [spaceflights tutorial described in the Kedro documentation](https://kedro.readthedocs.io/en/stable/03_tutorial/01_spaceflights_tutorial.html).

## Scenario
The training documentation was most recently updated against Kedro 0.17.0 in February 2021.

Our project will be based on the following scenario:
> It is 2160 and the space tourism industry is booming. Globally, there are thousands of space shuttle companies taking tourists to the Moon and back. You have been able to source amenities offered in each space shuttle, customer reviews and company information. You want to construct a model for predicting the price for each trip to the Moon and the corresponding return flight. 🚀
To get started, navigate to the [training_docs](./training_docs/01_welcome.md) to see what is covered in the training, and how to ensure you get the most out of the time you set aside for it.

## Agenda

This tutorial covers:
- Project setup
- [Setting up a new Kedro project](docs/04_new_project.md)
- Using the Data Catalog to connect to data sources
- Creating, running and visualising a pipeline
- Advanced functionality in Kedro

## License

Expand Down
102 changes: 0 additions & 102 deletions docs/01_prerequisites.md

This file was deleted.

84 changes: 0 additions & 84 deletions docs/02_virtual-environment.md

This file was deleted.

30 changes: 0 additions & 30 deletions docs/03_install_kedro.md

This file was deleted.

77 changes: 0 additions & 77 deletions docs/04_new_project.md

This file was deleted.

Loading