Skip to content
EntityQ1276130· pop 22· linked from 242 articles

Extract/Transform/Load

Sign in to save

Also known as ETL

procedure for copying data from one or more sources, then transforming the data at the source system, and lastly copying into a destination system which represents the data differently from the source(s)

Article · 日本語

Extract/Transform/Load(略称:ETL)とは、以下のようなデータフローを指す。 * Extract - 情報源からデータを抽出 * Transform - 抽出したデータをビジネスでの必要に応じて * Load - 変換・加工済みのデータをターゲットシステムやファイルとしてロード ETLという用語はデータウェアハウスでのデータのロードだけでなく、任意のデータベースでのロード工程を指すこともある。ETLはレガシーシステムとモダンシステムのデータ統合にも使われる。通常のETL実装は、処理についての監査証跡を記録する。

Abstract from DBpedia / Wikipedia · CC BY-SA