Data Pipelines
Properties
tags
cscs/data_eng
created
14.03.2026, 00:00
modified
26.07.2026, 13:24
published
Empty
sources
What is a data pipeline?
topics
Data Pipelines, Workflow Orchestration, Data Transformation
authors
Jakub
ai-assisted
Yes
A data pipeline is a system that ingests raw data from multiple data sources, transforms it and then loads it into a data store such as a data lake or data warehouse for analysis and operational use.
- Pipelines handle ingestion, transformation, validation, and loading
# Topics
- Airflow
- DAG-based workflow orchestrator; schedules and monitors pipeline steps
- Medallion Architecture
- Layered data quality pattern: Bronze → Silver → Gold
- ETL vs ELT
- Comparison of the two dominant pipeline patterns and when to use each