In this Page
Table of Contents | ||||
---|---|---|---|---|
|
...
Iris simplifies Pipeline construction by "suggesting" the most likely start, previous, and next Snaps in a Pipeline, based on Snap usage in current and previously-created Pipelines.
Taking into account your Org, project, user profile, and current Snaps in the Pipeline, Iris offers intuitive and personalized suggestions on the start, previous and next Snaps that you may want to use. The Snap suggestions are so personalized that the same Snap may not have the same suggestion for the same Pipeline in a different project, user profile, or Org.
Note |
---|
|
How Iris Integrates with your Pipelines
Iris behaves differently depending upon the Pipeline in consideration. If it is a new Pipeline, it suggests a start Snap, displaying it as a ghost. The Suggested Snaps pane displays a list of suggested Snaps for the active Snap. Click the Snap that you want to add, and it gets added to the Canvas, displaying no longer as a ghost Snap.
When working with an existing Pipeline, Iris does not show a start Snap; just the suggestions for the active Snap. If the suggestions are not automatically shown when you hover the mouse over the Snap, press the Ctrl (or Command, if you're using a Mac) key and click on the Snap. This informs Iris that the selected Snap is the active Snap, it fetches Snap suggestions accordingly.
Note |
---|
|
...
When you create a Pipeline and have just an empty Canvas to start with, Iris uses just the name of the Pipeline to retrieve Pipeline recommendations that you can use to build–or replace–your Pipeline. Each Pipeline that appears in the list of Suggested Pipelines is automatically tested and successfully executed. We also use a range of other metrics to ensure that only high-quality Pipelines appear here.
For example, in the screenshot below, the Canvas is empty, and when you mouseover on the Suggested Pipelines displayed, the Pipeline appears on the Canvas.
...
The Pipeline Recommendation feature uses the name of the Pipeline, existing Snaps on the Canvas, and other metadata to offer suggestions from the following sources:
...
As you navigate right for more and more recommendations, you will start seeing recommendations that are preceded with "Pattern:". These are Pipeline Patterns provided by SnapLogic whose title words match the name that you gave to the Pipeline that you want to create. This enables you to quickly and easily use existing Pipelines Patterns in the Pipeline that you are creating.
...
Pipeline Recommendations in action
Expression Recommendation
Iris simplifies adding expressions in expression-enabled Snaps by recommending expressions based on the input schema. To receive expression recommendations while designing your Pipelines, do the following:
Validate the Pipeline to get the input schema.
Receive expression recommendations based on the input schema. Iris recommends expressions based on the expressions in the Pipelines in projects where you have read access.
Type a keyword in Input Schema to filter recommendations.
Click on an expression to select it.
Generating Synthesized Pipelines Using Iris
Iris enables you to get synthesized Pipelines using two or more Snaps on the Canvas as starting points. Iris will fill the gaps and generate synthesized Pipelines. For example, you could add a File Reader Snap to specify that you want to start your Pipeline with a File Reader Snap and add an HDFS Writer Snap, leaving space for a few Snaps to indicate that you want the Pipeline to end with an HDFS Writer. Iris now uses these two Snaps to generate synthesized Pipelines that start and end with the Snaps you specified:
...