Book a Demo

Author Topic: ETL diagrams  (Read 5795 times)

rupertkiwi

  • EA User
  • **
  • Posts: 133
  • Karma: +5/-0
    • View Profile
ETL diagrams
« on: February 11, 2019, 03:37:03 pm »
Hi there,

Does anyone know what type of diagram I would use to show ETL processes ?

Thanks,
Rupert

Mauricio Moya (Arquesoft)

  • EA User
  • **
  • Posts: 344
  • Karma: +8/-4
  • EA Consulting and development in Spanish
    • View Profile
    • Arquehub Azure Module
Re: ETL diagrams
« Reply #1 on: February 12, 2019, 02:05:36 am »

Richard Freggi

  • EA User
  • **
  • Posts: 498
  • Karma: +18/-7
    • View Profile
Re: ETL diagrams
« Reply #2 on: February 12, 2019, 12:05:35 pm »
How about using UML sequence diagram. Since ETL process is data transformation.  The sequence diagram can show the extraction from source data, transformations performed, and new data creation ready for loading.