An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

          


Flyte Logo



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/)