examples icon indicating copy to clipboard operation
examples copied to clipboard

A repository of examples for Elyra (https://github.com/elyra-ai/elyra)

Elyra examples

This repository provides a set of examples that explore some of the unique features provided by Elyra. All examples require Elyra version 3.x.

Examples for earlier releases:

Pipelines

Use the Elyra Visual Pipeline Editor to assemble pipelines from Python notebooks or scripts without the need for any coding.

Pipeline tutorials

Tutorials to get started with generic pipelines in Elyra:

  • Introduction to generic pipelines
  • Run generic pipelines on Kubeflow Pipelines
  • Run generic pipelines on Apache Airflow
  • Run runtime-specific pipelines on Kubeflow Pipelines
  • Run runtime-specific pipelines on Apache Airflow

Custom pipeline component examples

Pipeline nodes are implemented using components. The following examples illustrate how to use custom components in runtime specific pipelines.

  • Custom components for Kubeflow Pipelines
  • Custom components for Apache Airflow

Pipeline component catalog connectors

Elyra loads custom components from component catalogs:

  • Find catalog connectors
  • Build a custom catalog connector

Example pipelines

This repository includes the following example pipelines:

  • Analyzing NOAA weather data
  • Visualize outputs in the Kubeflow Pipelines UI

Example pipelines in third-party repositories

Pipelines that were created by the community: