Skip to content

Commit c03e63e

Browse files
authored
Create generic pipelines tutorial for JupyterLab (#54)
Updates: - Requires Elyra >= 3.0 (and thus pipeline version 4) - Introduces new terminology: generic pipeline, generic component - Refreshes content based on 3.0 features - Removes legacy pipeline tutorials
1 parent be13275 commit c03e63e

File tree

115 files changed

+371
-3616
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

115 files changed

+371
-3616
lines changed

README.md

+9-8
Original file line numberDiff line numberDiff line change
@@ -19,20 +19,21 @@ limitations under the License.
1919
# Elyra examples
2020

2121
This repository provides a set of examples that explore some of the unique
22-
features provided by Elyra. All examples require Elyra version 2.3.x.
22+
features provided by Elyra. All examples require Elyra version 3.x.
2323

2424
Examples for earlier releases:
2525
- [`v2.2.x`](https://github.com/elyra-ai/examples/tree/v2.2.x)
2626

27-
## AI/ML Pipelines
27+
## Pipelines
2828

29-
Use the Elyra Visual Pipeline Editor to [assemble pipelines from Python notebooks or scripts](https://elyra.readthedocs.io/en/latest/user_guide/pipelines.html) without the need for any coding.
29+
Use the Elyra Visual Pipeline Editor to [assemble pipelines from Python notebooks or scripts](https://elyra.readthedocs.io/en/stable/user_guide/pipelines.html) without the need for any coding.
3030

31-
### Pipelines tutorials
32-
Tutorials to get started with pipelines in Elyra:
33-
- [Running pipelines in a local environment](pipelines/hello_world)
34-
- [Running pipelines on Kubeflow Pipelines](pipelines/hello_world_kubeflow_pipelines)
35-
- [Running pipelines on Apache Airflow](pipelines/hello_world_apache_airflow)
31+
### Pipeline tutorials
32+
33+
Tutorials to get started with generic pipelines in Elyra:
34+
- [Introduction to generic pipelines](pipelines/introduction-to-generic-pipelines)
35+
- [Run generic pipelines on Kubeflow Pipelines](pipelines/run-generic-pipelines-on-kubeflow-pipelines)
36+
- [Run generic pipelines on Apache Airflow](pipelines/run-generic-pipelines-on-apache-airflow)
3637

3738
### Example pipelines
3839
This repository includes the following example pipelines:

pipelines/hello_world/README.md

-197
This file was deleted.
-18.2 KB
Binary file not shown.
Binary file not shown.
-61.5 KB
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
-83.4 KB
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
-22.6 KB
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.

0 commit comments

Comments
 (0)