common-etl
A common ETL framework utilizing spring.
This project is meant to do all the dirty threading work for you. The intention is to use this project as an archetype to provide a framework for writing ETLs. It contains an Extractor Thread, a Loader Thread and a Transformer Thread. All that is needed is to add the necessary business logic for your ETL while not having to worry about making sure your threading is correct.