JREF Homepage Swift Blog Events Calendar $1 Million Paranormal Challenge The Amaz!ng Meeting Useful Links Support Us
James Randi Educational Foundation JREF Forum
Forum Index Register Members List Events Mark Forums Read Help

Go Back   JREF Forum » General Topics » Computers and the Internet
Click Here To Donate

Notices


Reply
Old 24th September 2009, 02:29 PM   #1
bigred
Philosopher
 
bigred's Avatar
 
Join Date: Jan 2005
Location: USA
Posts: 9,443
Can someone explain "ETL" in English

What does this mean, and I don't mean what does the acronym stands for (frankly who cares)......what IS it? Please.......not in really vague/ambiguous techno-BS, which is about all I have found on the 'net. Plain English. Actual real life experiences preferred but not mandatory. Thx
bigred is offline   Quote this post in a PM   Nominate this post for this month's language award Copy a direct link to this post Reply With Quote Back to Top
Old 24th September 2009, 02:37 PM   #2
Wudang
BOFH
 
Wudang's Avatar
 
Join Date: Jun 2003
Location: Sheffield
Posts: 4,412
Easy example from my work - you know what a CMDB is? We have lots of databases for problem management, configuration management, server configurations, data base installs etc etc etc. We want to know, if our monitors detect a problem with table foo, tablespace bar, on server dave what does it impact?
To answer the question we create a federated CMDB based on the above data sources from which we extract data, transform it (eg match database installs to the IP addresses of server dave etc) and load it into our CMDB.
Help any?
__________________
Aphorism: Subjects most likely to be declared inappropriate for humor are the ones most in need of it.
Wudang is offline   Quote this post in a PM   Nominate this post for this month's language award Copy a direct link to this post Reply With Quote Back to Top
Old 24th September 2009, 02:47 PM   #3
Leif Roar
Master Poster
 
Leif Roar's Avatar
 
Join Date: Nov 2002
Posts: 2,059
Originally Posted by bigred View Post
What does this mean, and I don't mean what does the acronym stands for (frankly who cares)......what IS it?
Shuffling data from one (or more) system(s) to another.
__________________
"Our feature on cloud seeding (16 Apr, p40) should have started with the words 'Cannons blazed'. No clergy were set on fire in China's rainmaking experiment." -- New Scientist, 7th May 2005
Leif Roar is offline   Quote this post in a PM   Nominate this post for this month's language award Copy a direct link to this post Reply With Quote Back to Top
Old 24th September 2009, 04:21 PM   #4
GodMark2
Muse
 
GodMark2's Avatar
 
Join Date: Oct 2005
Location: Oregon, USA
Posts: 663
ETL is a Canadian shortline terminal railroad, traveling from the Town of Amherstburg, Ontario, through La Salle, to the City of Windsor, Ontario in Essex County, Ontario, a distance of 21 miles (32 km), with connections to Canadian Pacific Railway and Canadian National Railway (Essex Terminal Line)

Or it's a product safety testing lab (Electrical Testing Laboratory), similar to USL.

Or it's a backup system of tapes for mid-level businesses (Enterprise Tape Library).
__________________
Knowing that we do not know, it does not necessarily follow that we can not know.
GodMark2 is offline   Quote this post in a PM   Nominate this post for this month's language award Copy a direct link to this post Reply With Quote Back to Top
Old 24th September 2009, 04:45 PM   #5
Fnord
Metasyntactic Variable
 
Fnord's Avatar
 
Join Date: Oct 2006
Location: Pantopia
Posts: 3,914
Well, according to Wikipedia ...


Quote:
Extract, transform, and load (ETL) in database usage and especially in data warehousing involves:
- Extracting data from outside sources
- Transforming it to fit operational needs (which can include quality levels)
- Loading it into the end target (database or data warehouse)
In plain words, taking something out of a box, altering it, and putting it in another box.
K?
__________________
"When I say, "Evidence, Please?" I am not asking for another statement of faith. I am asking for the evidence that supports that faith. Faith proves nothing." -- Fnord, Pointing Out the Obvious to the Oblivious Since 1957.
Fnord is offline   Quote this post in a PM   Nominate this post for this month's language award Copy a direct link to this post Reply With Quote Back to Top
Old 24th September 2009, 04:47 PM   #6
fuelair
Cythraul Enfys
 
fuelair's Avatar
 
Join Date: May 2006
Posts: 16,733
Extraterrestrial Life.
__________________
There is no problem so great that it cannot be fixed by small explosives carefully placed.


Wash this space!
fuelair is offline   Quote this post in a PM   Nominate this post for this month's language award Copy a direct link to this post Reply With Quote Back to Top
Old 24th September 2009, 04:48 PM   #7
fuelair
Cythraul Enfys
 
fuelair's Avatar
 
Join Date: May 2006
Posts: 16,733
ooooorrr etletera
__________________
There is no problem so great that it cannot be fixed by small explosives carefully placed.


Wash this space!
fuelair is offline   Quote this post in a PM   Nominate this post for this month's language award Copy a direct link to this post Reply With Quote Back to Top
Old 24th September 2009, 11:04 PM   #8
TheDaver
hairy farting brute
 
TheDaver's Avatar
 
Join Date: Mar 2008
Location: Montréal
Posts: 825
Exasperating Toshiba Laptops
__________________
>>>--------------->
TheDaver is offline   Quote this post in a PM   Nominate this post for this month's language award Copy a direct link to this post Reply With Quote Back to Top
Old 25th September 2009, 07:15 AM   #9
Ysidro
I'm watching you
 
Ysidro's Avatar
 
Join Date: Oct 2006
Posts: 2,853
Eschatons Tantalize Laurie.
__________________
"I will not be pushed, filed, stamped, indexed, briefed, debriefed or numbered. My life is my own."
Ysidro is offline   Quote this post in a PM   Nominate this post for this month's language award Copy a direct link to this post Reply With Quote Back to Top
Old 25th September 2009, 09:29 AM   #10
deep
Graduate Poster
 
Join Date: Apr 2007
Posts: 1,302
Originally Posted by bigred View Post
What does this mean, and I don't mean what does the acronym stands for (frankly who cares)......what IS it? Please.......not in really vague/ambiguous techno-BS, which is about all I have found on the 'net. Plain English. Actual real life experiences preferred but not mandatory. Thx

This isn't a real-life example, but hopefully it illustrates the basic principle:

Let's say you want to establish a historical record of the temperature in your office (in Celsius), once every five minutes. Your data source is a USB thermometer, which creates a new file every five minutes with the current temperature (in Fahrenheit). The date/time of each reading is embedded in the filename.
  • Using a simple application/script, the date/time is extracted from the filename & paired with the temperature reading contained within the file.

  • The data must then be transformed by putting the date/time into a standardized (database-friendly) format, and converting the temperature from Fahrenheit to Celsius.

  • The ordered records of date/time + temperature are then loaded into the database (e.g., using a CSV file).
That's it.
deep is offline   Quote this post in a PM   Nominate this post for this month's language award Copy a direct link to this post Reply With Quote Back to Top
Old 29th September 2009, 01:55 PM   #11
varwoche
Philosopher
 
varwoche's Avatar
 
Join Date: Feb 2004
Location: Puget Sound
Posts: 5,203
Wow, it's really, really hard to figure out what ETL means:
Quote:
Extract, transform, and load (ETL) in database usage and especially in data warehousing involves:
  • Extracting data from outside sources
  • Transforming it to fit operational needs (which can include quality levels)
  • Loading it into the end target (database or data warehouse)
varwoche is offline   Quote this post in a PM   Nominate this post for this month's language award Copy a direct link to this post Reply With Quote Back to Top
Old 1st October 2009, 08:46 AM   #12
Aitch
Apprentice Crud Puppy
 
Aitch's Avatar
 
Join Date: Mar 2008
Posts: 1,443
The version we were using at my last job was informally known as GSL - Grab, Shuffle and Lose. But that was because the system was bought-in and, to put it kindly, rubbish. Guaranteed to fail - nothing in the way of exception handling.

More a complaint about buying systems to a price rather than a complaint about ETL.
__________________
There's less to this than meets the eye!
Aitch is online now   Quote this post in a PM   Nominate this post for this month's language award Copy a direct link to this post Reply With Quote Back to Top
Old 4th October 2009, 08:48 AM   #13
bigred
Philosopher
 
bigred's Avatar
 
Join Date: Jan 2005
Location: USA
Posts: 9,443
Originally Posted by varwoche View Post
Yeah, that's not vague.

Wow, it's really hard (for some) not to act like a horse's ass. You'd make a great sys admin.

Thanks to those who actually gave answers to the question
bigred is offline   Quote this post in a PM   Nominate this post for this month's language award Copy a direct link to this post Reply With Quote Back to Top
Old 5th October 2009, 12:47 AM   #14
six7s
veretic
 
six7s's Avatar
 
Join Date: Jun 2007
Location: Aotearoa
Posts: 8,064
Originally Posted by bigred View Post
Originally Posted by varwoche View Post
Yeah, that's not vague.

Wow, it's really hard (for some) not to act like a horse's ass. You'd make a great sys admin.

Thanks to those who actually gave answers to the question
I saw this thread a few days ago and thought about how best to provide a non-vague/ambiguous techno-BS example in "Plain English"... and then I saw Fnord's concise reply and I figured that I couldn't improve on that - without resorting to writing an epic to rival War & Peace...

To be honest, I'm surprised you can say "Thanks to those who actually gave answers to the question" and yet not understand the simple, concise and coherent explanation in the quote provided by varwoche

I must be a horses ass, too
__________________
Sent from my Mac Book Wheel using Clickaclickaclickaclickatalk

Last edited by six7s; 5th October 2009 at 12:49 AM. Reason: tyops
six7s is offline   Quote this post in a PM   Nominate this post for this month's language award Copy a direct link to this post Reply With Quote Back to Top
Reply

JREF Forum » General Topics » Computers and the Internet

Bookmarks

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Forum Jump


All times are GMT -7. The time now is 02:19 PM.
Powered by vBulletin. Copyright ©2000 - 2010, Jelsoft Enterprises Ltd.
© 2001-2010, James Randi Educational Foundation. All Rights Reserved.

Disclaimer: Messages posted in the Forum are solely the opinion of their authors.