Eth-Contribs_ETL is a command that extracts transactions from an ethereum blockchain and loads them into the a transactions. Only the transactions related to the filter addresses are loaded.
This program processes blocks at a rate of 1/second.
The validation block rate in mainet is about 4block/min, or an average of 240 blocks/hour, or an average of 6000 blocks a day.
That means that the program can process one day of block validation (6000) in 1h40min.