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.
Install the tools needed to create Flyte projects and run workflows and tasks. |
|
Create a Flyte project that contains workflow code and essential configuration files. |
|
Understand the directory structure, configuration files, and code in a Flyte project. |
|
Execute a workflow in a local Python environment or in a local Flyte cluster. |