LAGIC
Lead Audience Growth Intelligence Computing
← All terms

ETL (Extract, Transform, Load)

A data pipeline pattern: extract from source, transform format, load to destination.

Full definition

ETL is the foundational pattern of data engineering. Extract pulls raw data from a source (database, API, web page). Transform cleans, normalizes, and enriches the data. Load writes the final result into a destination system (data warehouse, CRM, spreadsheet). Modern ETL tools automate the workflow and handle scheduling, retries, and monitoring.

Related terms

Data Extraction

The process of pulling data from a source and transforming it into a s...

Data Enrichment

The process of adding additional context or fields to an existing data...