Getting started with workflow developmentΒΆ

Machine learning engineers, data engineers, and data analysts often represent the processes that consume, transform, and output data with directed acyclic graphs (DAGs). In this section, you will learn how to create a Flyte project to contain the workflow code that implements your DAG, as well as the configuration files needed to package the code to run on a local or remote Flyte cluster.

Installing development tools

Install the tools needed to create Flyte projects and run workflows and tasks.

Creating a Flyte project

Create a Flyte project that contains workflow code and essential configuration files.

Flyte project components

Understand the directory structure, configuration files, and code in a Flyte project.

Running a workflow locally

Execute a workflow in a local Python environment or in a local Flyte cluster.