Skip to content

Commit

Permalink
Short explanation of Elyra and the side-menu
Browse files Browse the repository at this point in the history
  • Loading branch information
RHRolun committed Apr 29, 2024
1 parent 8382b71 commit 1a61639
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 0 deletions.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
11 changes: 11 additions & 0 deletions content/modules/ROOT/pages/03-06-confidence-check.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,17 @@ In the `parasol-insurance/lab-materials/03/06` folder there are two pipeline fil
The `.pipeline` file can be opened in Elyra to be visually modified and executed, while the `.yaml` file can be imported into the pipeline server through the RHOAI Dashboard. +
Here we will be running the pipeline through Elyra.

== What is Elyra?

Elyra is a visual interface to build out pipelines. Think of it as your standard code editor, but drag-and-drop. This also means that we won't execute anything in/with Elyra, but just produce some code (or more specifically, a json in the case of Elyra) that later will be sent elsewhere for execution.

In Elyra, you can drag-and-drop in Python, notebook, or R files into the dashboard and then connect them up into a workflow. +
You also have a button on the top-right side that allows you to expand additional settings for the pipeline and each step. +
[.bordershadow]
image::03/06-elyra-menu.png[]

Using Elyra, you can get started quicly with prototyping and running pipelines.

== Ad-Hoc execution

Running it through Elyra is the same as doing an ad-hoc execution of the pipeline, as opposed to importing the pipeline which won't automatically execute it.
Expand Down

0 comments on commit 1a61639

Please sign in to comment.