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

Rework training documentation #13

Closed
wants to merge 14 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
6 changes: 0 additions & 6 deletions kedro-exercises/spaceflight/.coveragerc

This file was deleted.

157 changes: 0 additions & 157 deletions kedro-exercises/spaceflight/.gitignore

This file was deleted.

This file was deleted.

7 changes: 0 additions & 7 deletions kedro-exercises/spaceflight/.isort.cfg

This file was deleted.

121 changes: 0 additions & 121 deletions kedro-exercises/spaceflight/README.md

This file was deleted.

Loading