ETL - CI/CD用語集の定義
ETL は Extract, Transform, Load の略です。データはソースから抽出され、処理レイヤーで変換とクリーニングが行われ、その後 warehouse などの宛先にロードされます。変換は load の前に行われます。
関連ガイド
ELT - CI/CD Glossary DefinitionELT is Extract, Load, Transform - load raw data into the warehouse first, then transform it in place using th…
Data Pipeline - CI/CD Glossary DefinitionA data pipeline is the orchestrated series of steps that moves and transforms data from sources to destinatio…
Batch Processing - CI/CD Glossary DefinitionBatch processing runs computation over a bounded chunk of data at scheduled intervals, optimizing for through…