Skip to content

Commit 4af9e65

Browse files
committed
Add initial pipeline summaries for various pipeline types
1 parent fce7cb6 commit 4af9e65

File tree

10 files changed

+10
-0
lines changed

10 files changed

+10
-0
lines changed
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Demonstrates smart caching to save time on re-runs by skipping unchanged steps

pipelines/fan_pipeline/summary.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Demonstrates parallel processing workflows using fan-out and fan-in patterns
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
A basic ZenML pipeline that demonstrates the fundamentals of steps and pipelines by outputting "Hello World!"

pipelines/io_pipeline/summary.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Demonstrates how to pass data between pipeline steps using typed inputs and outputs

pipelines/meta_pipeline/summary.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Shows how to record useful facts about pipeline runs using metadata logging
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Shows how to make pipeline behavior configurable using parameters
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Shows how to build resilient pipelines that handle failures using retries and hooks
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Demonstrates how to organize and categorize pipeline runs using tags

pipelines/viz_pipeline/summary.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Shows how to create automatic and custom visualizations for pipeline data

pipelines/yaml_pipeline/summary.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Demonstrates how to separate configuration from code using YAML configuration files

0 commit comments

Comments
 (0)