Straight Java/Groovy versus ETL tool (Talend/etc) - what libraries would you use?
Posted
by Alex R
on Stack Overflow
See other posts from Stack Overflow
or by Alex R
Published on 2010-03-12T01:07:50Z
Indexed on
2010/03/12
1:47 UTC
Read the original article
Hit count: 264
Assume you have a small project which on the surface looks like a good match for an ETL tool like Talend.
But assume further, that you have never used Talend and furthermore, you do not trust "visual programming" tools in general and would rather code everything the old fashioned way (text on a nice IDE!) with the help of an appropriate language & support libraries.
What are some language patterns & support libraries that could help you stay away from the ETL tool temptation/trap?
© Stack Overflow or respective owner