extract transform load

Posted by mitch on Stack Overflow See other posts from Stack Overflow or by mitch
Published on 2011-06-26T23:43:01Z Indexed on 2011/06/27 0:22 UTC
Read the original article Hit count: 185

Filed under:
|

Wikipedia defines a 'typical' ETL cycle as :

  • Cycle initiation
  • Build reference data
  • Extract (from sources)
  • Validate
  • Transform (clean, apply business rules, check for data integrity, create aggregates or disaggregates)
  • Stage (load into staging tables, if used)
  • Audit reports (for example, on compliance with business rules. Also, in case of failure, helps to diagnose/repair)
  • Publish (to target tables)
  • Archive
  • Clean up

..What is meant by 'Build reference data'?

© Stack Overflow or respective owner

Related posts about etl

Related posts about database-migration