Skip to main content

Tutorials

This set of tutorials provides a hands-on introduction to Metaflow. The basic concepts are introduced in practice, and you can find out more details about the functionality showcased in these tutorials in Basics of Metaflow and the following sections.

Setting up.

Metaflow comes packaged with the tutorials, so getting started is easy. You can make copies of all the tutorials in your current directory using the metaflow command line interface:

metaflow tutorials pull

This creates a directory metaflow-tutorials in your current working directory with a subdirectory for each tutorial.

Each tutorial has a brief description and instructions that you can view using the links below. Alternatively, you can use the command line interface to list available tutorials or get info about a specific one:

metaflow tutorials list
metaflow tutorials info 00-helloworld

Season 1: The Local Experience.

Season 2: Scaling Out and Up.

What's next?