Elt
12 items tagged with "elt"
Reference Architectures1
Stacks5
Modern Data Stack (ELT)
Cloud-native ELT pattern: managed ingestion loads raw data into a warehouse, where dbt transforms it and a BI tool serves analytics.
dbt + BigQuery Analytics Stack
Serverless analytics engineering on Google BigQuery with dbt managing SQL transformations, tests, and lineage on top of warehouse-native compute.
Snowflake + Fivetran + Looker
A fully managed cloud analytics stack: Fivetran ingests data, Snowflake stores and transforms it, and Looker serves governed BI on top.
dbt + Amazon Redshift
An ELT analytics stack where data lands in Amazon Redshift and dbt transforms it with version-controlled, tested SQL models.
Airbyte + dbt + Snowflake
An open-core ELT stack: Airbyte ingests data, Snowflake stores it, and dbt transforms it with tested, version-controlled SQL models.
Comparisons2
dbt vs Dataform
The widely adopted SQL transformation framework versus Google's warehouse-native transformation tool integrated with BigQuery.
ETL vs ELT
ETL transforms data before loading it; ELT loads raw data first and transforms inside the destination. Cloud warehouses have made ELT increasingly common.