The acronym ELT means specifically Extract, transform and load. It became popular round 70's when organizations began using multiple data repositories, or databases, to store different types of business information.
It is really important part of business intelligence (BI) processes. The aim is getting data from different sources and put all of it in a data warehouse (DW). This process have to work automatically and that charge needs to run at least once a day, it depends on the kind of business.
Because of great amount of information usually trafficked across ETL and long processing time, in a DW the data are only information up to 1 day before. It is known as D-1.
The ETL is executed in steps, in the following:
The process can be doing writing database code or using ETL tools.
There are some tools really useful to do ETL quickly and easily, it is following:
Talend, MS SSIS, IBM InfoShare DataStage, Oracle ODI and many others.
Just chose one and be happy!