What is a data pipeline?
What is a data pipeline?
Building a Data Agency
1.1 Planning Development Sprints
1.1 Planning Development Sprints
3.2 Data modeling with dbt
3.2 Data modeling with dbt
LINKS
CIFL post: WTF is a data pipeline?
We refer to a "data pipeline" as a combination of:
Raw data feeds (from Google Analytics or other APIs)
A data warehouse (we prefer BigQuery)
SQL data models (written in dbt) that run the necessarily analysis in your warehouse
Data visualizations, that read the modeled data in your warehouse
The pipeline encompasses this entire ecosystem, from raw data through to visualizations.