Kimball Forum
Would you like to react to this message? Create an account in a few clicks or log in to continue.

Hand coding ETL questions

2 posters

Go down

Hand coding ETL questions Empty Hand coding ETL questions

Post  mugen_kanosei Wed May 13, 2009 8:40 pm

I know the numerous pros of using an ETL tool, but due to circumstances outside my control I have to hand code the ETL. My questions are in regards to actual coding practices. I am currently loading a couple of dimensions using perl. So far the entire load is in one perl script that is set to run every night. I'm wanting to code something more like what the books suggest, metadata driven, batch scheduling, etc. But im unsure how this is getting handled in general. At first I thought metadata driven meant that everytime the etl job runs, it goes to the metadata repository and pulls in the data to dynamically build the etl job. The script would house generic etl transformations and the repository would simple state the order to run these and the columns to use etc. But looking at some examples on the internet, it seems that some of the tools use the information in the repository to build the load script once, and then schedule that. Not unlike what I am doing now except Im hand coding all of it instead of using a gui to design it and let the tool build the script. Am I missing something, or is there a generally defined method of how to properly implement a hand coded system that I can reference? How have others hand coded their systems?

mugen_kanosei

Posts : 13
Join date : 2009-02-03
Age : 42
Location : Japan

Back to top Go down

Hand coding ETL questions Empty Re: Hand coding ETL questions

Post  ngalemmo Tue May 19, 2009 7:16 pm

I'm all for data driven design, but it would seem to me the effort to put something like that together would far exceed the effort to get the ETL done the old fashioned way.

Besides, have you looked at open-source ETL tools? There are quite a few out there that do a fairly decent job and they are either free or very low cost.
ngalemmo
ngalemmo

Posts : 3000
Join date : 2009-05-15
Location : Los Angeles

http://aginity.com

Back to top Go down

Hand coding ETL questions Empty Re: Hand coding ETL questions

Post  mugen_kanosei Tue May 19, 2009 8:20 pm

I have looked at both Talend and Kettle. The problem is, that we have a strict list of software that is authorized on the network, and the review process to get new software on it would take longer than hand coding it. I will probably keep on as I have been and try to get a tool approved and purchased, and come back later and redo everything in the tool.

mugen_kanosei

Posts : 13
Join date : 2009-02-03
Age : 42
Location : Japan

Back to top Go down

Hand coding ETL questions Empty Re: Hand coding ETL questions

Post  Sponsored content


Sponsored content


Back to top Go down

Back to top

- Similar topics

 
Permissions in this forum:
You cannot reply to topics in this forum