https://github.com/flyteorg/odsc-2021
Flyte x ODSC 2021 Training Agenda
https://github.com/flyteorg/odsc-2021
Last synced: 9 months ago
JSON representation
Flyte x ODSC 2021 Training Agenda
- Host: GitHub
- URL: https://github.com/flyteorg/odsc-2021
- Owner: flyteorg
- Created: 2021-10-18T16:14:35.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2021-11-16T17:27:29.000Z (over 4 years ago)
- Last Synced: 2025-09-10T10:34:52.815Z (10 months ago)
- Language: Python
- Homepage: https://odsc.com/speakers/deep-dive-into-flyte/
- Size: 176 KB
- Stars: 3
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
ODSC 2021 Training Session
This repo contains code examples and setup instructions.
## Prerequisites
* Install [Git](https://git-scm.com/)
* Install [Python](https://www.python.org/downloads/) >= 3.7
* Install [Docker](https://docs.docker.com/get-docker/) (make sure Docker and Docker daemon are running)
* Install [FlyteCTL](https://docs.flyte.org/projects/flytectl/en/stable/#install): the official Flyte command-line interface
## Navigate
* Part I: [Deep dive into writing your first pipeline and scaling it on Flyte](example/)
* Part II: [Write your first plugin for Flytekit](extend/)
## Useful Resources
* [Troubleshooting Guide](https://docs.flyte.org/en/latest/community/troubleshoot.html)
* [Flyte Documentation](https://docs.flyte.org/en/latest/)