ihvn2020 / Central-Database-Project

0 stars 1 forks source link

Create a new Component called the ETL (Extract Transform Load) #24

Open brightoibe opened 4 years ago

brightoibe commented 4 years ago

ETL means extract transform and load. It is a program that transforms the obs table into a user friendly format called RADET that the end users can easily understand. Specifications

lordmaul commented 4 years ago

I think I go with the option to run the ETL after every zipped file is consumed. This will provide analysis that is as close to real time as possible (of course, "real time" here is relative to the time of upload). So, once a zipped file is consumed (during consumption, validation can take place), the Consumer service will trigger the ETL module to run.