← 📊 Data Science

🔀 ETL vs ELT Pipeline

ETL latency
ELT latency
Records processed: 0
Active mode: ETL
FPS:
Drag — rotate · Scroll — zoom

🔀 ETL vs ELT: How Cheap Cloud Compute Flipped the Pipeline Order

An interactive 3D data pipeline where you toggle between ETL and ELT and watch records flow through extraction, loading and transformation stages, with side-by-side latency bars showing exactly why the pipeline order flipped.

🔬 What It Demonstrates

In ETL, every record queues at a fixed-capacity transform engine before it can load. In ELT, raw records load straight into the cloud warehouse and transform afterward across elastic compute nodes that scale on demand.

🎮 How to Use

Switch between ETL and ELT, then adjust data volume, transform complexity and compute nodes. Watch the two latency bars react — notice how compute nodes only help ELT.

💡 Did You Know?

Separately billed, elastically scalable cloud warehouse compute is what made "load first, transform later" cheaper than running a dedicated always-on ETL server.