SlideShare una empresa de Scribd logo
1 de 9
© 2012 West Monroe Partners | Reproduction and distribution without West Monroe Partners prior consent prohibited
Building ETL Processes with
Salesforce.com and Talend Open
Studio for Data Integration
Cory Cowgill
Technical Architect at West Monroe Partners
Force.com MVP
Twitter: @corycowgill
© 2012 West Monroe Partners | Reproduction and distribution without West Monroe Partners prior consent prohibited
Agenda
I. Introduction to ETL
II. Introduction to Salesforce.com Data Model
III. Introduction to Talend Open Data Studio
IV.Workshop & Demonstration
2
© 2012 West Monroe Partners | Reproduction and distribution without West Monroe Partners prior consent prohibited
Building ETL Processes with Salesforce.com and
Talend Open Studio for Data Integration
 ETL stands for Extract Transform Load
 It is a process for moving data between systems, typically a source system and a destination
system.
 Extract
 Query data in the source system which will feed your process.
 Transform
 The data structures between the two systems can be vastly different.
 The transform step takes the input from the extract and transforms it into a data format which the
destination system can accept.
 Load
 The process of inserting, updated, or deleting the destination system with the transformed data from
the source system.
Introduction to ETL
3
© 2012 West Monroe Partners | Reproduction and distribution without West Monroe Partners prior consent prohibited
Building ETL Processes with Salesforce.com and
Talend Open Studio for Data Integration
 Saleforce.com is a relational database.
 Query language is called SOQL, which is similar to SQL in many aspects
 Salesforce.com stored data in Objects
 Objects are the SQL equivalent of tables
 There are two types: Standard and Custom
 Salesforce.com objects hold relationships in Master-Detail and Lookup fields
 These are the SQL equivalent to foreign keys
 Every Salesforce.com object has a field called Id
 This is an alphanumeric key which uniquely represent the record in SFDC
 This value is populated on Lookup and Master-Detail fields
 Every object has API endpoints in both SOAP and REST for WS API Access
 Query
 Create / Read / Update / Delete
Introduction to Salesforce Platform Data Model
4
© 2012 West Monroe Partners | Reproduction and distribution without West Monroe Partners prior consent prohibited
Building ETL Processes with Salesforce.com and
Talend Open Studio for Data Integration
Salesforce Platform - Data Model Sample
5
© 2012 West Monroe Partners | Reproduction and distribution without West Monroe Partners prior consent prohibited
Building ETL Processes with Salesforce.com and
Talend Open Studio for Data Integration
 Eclipse based ETL Tool
 Other ETL Tools
 Jitterbit
 Informatica Cloud
 SSIS
 What differentiates Talend in my opinion?
 Opensource & Basic Edition is Free
• Supported versions available for a fee
 Java Based
• Entire ETL jobs can be exported as JARS
• Allows running your ETL on any platform that supports Java
• Allows you to directly embed Java code inside your transformation
• Allows you to build your own components
Intro to Talend Open Studio for Data Integration
6
© 2012 West Monroe Partners | Reproduction and distribution without West Monroe Partners prior consent prohibited
Building ETL Processes with Salesforce.com and
Talend Open Studio for Data Integration
 Workspace
 Similar to a Eclipse Workspace
 Holds all your Metadata & Job
 Metadata
 Holds your connection information to datasources including:
• Security & Credentials
• Connection Strings
• Data Schemas
 Job Designs
 Job Designs are a single ETL Job
 These can be exported as Jars
 Jobs can be called by other Jobs
 Components
 Reusable “widgets” that allow you to perform operations on data
 One job can have many components
Talend Concepts
7
© 2012 West Monroe Partners | Reproduction and distribution without West Monroe Partners prior consent prohibited
Building ETL Processes with Salesforce.com and
Talend Open Studio for Data Integration
Workshop & Demonstration
8
© 2012 West Monroe Partners | Reproduction and distribution without West Monroe Partners prior consent prohibited
Building ETL Processes with Salesforce.com and
Talend Open Studio for Data Integration
 Additional Resources
 http://developer.force.com - Salesforce Developer Portal
 http://www.talend.com - Talend Website with download links
 http://www.youtube.com/corycowgill - YouTube channel with Talend Videos
 Twitter: #askforce – Salesforce Support Community
 Twitter: @corycowgill
Q&A
9

Más contenido relacionado

La actualidad más candente

Introducing the Entity Framework
Introducing the Entity FrameworkIntroducing the Entity Framework
Introducing the Entity FrameworkLearnNowOnline
 
Oracle APEX 18.1 New Features
Oracle APEX 18.1 New FeaturesOracle APEX 18.1 New Features
Oracle APEX 18.1 New Featuresmsewtz
 
Introduction to External Objects and the OData Connector
Introduction to External Objects and the OData ConnectorIntroduction to External Objects and the OData Connector
Introduction to External Objects and the OData ConnectorSalesforce Developers
 
Apex Connector for Lightning Connect: Make Anything a Salesforce Object
Apex Connector for Lightning Connect: Make Anything a Salesforce ObjectApex Connector for Lightning Connect: Make Anything a Salesforce Object
Apex Connector for Lightning Connect: Make Anything a Salesforce ObjectSalesforce Developers
 
Oracle APEX 18.1 New Features
Oracle APEX 18.1 New FeaturesOracle APEX 18.1 New Features
Oracle APEX 18.1 New Featuresmsewtz
 
APEX Boston Meetup - October 1st, 2019
APEX Boston Meetup - October 1st, 2019APEX Boston Meetup - October 1st, 2019
APEX Boston Meetup - October 1st, 2019msewtz
 
Talend online training and jobsupport
Talend online training and jobsupportTalend online training and jobsupport
Talend online training and jobsupportkraja2035
 
NYC School of Data - High School Selection Workshop
NYC School of Data - High School Selection WorkshopNYC School of Data - High School Selection Workshop
NYC School of Data - High School Selection Workshopmsewtz
 
Oracle SQL Developer Tips & Tricks
Oracle SQL Developer Tips & TricksOracle SQL Developer Tips & Tricks
Oracle SQL Developer Tips & TricksJeff Smith
 
Satyapriya rajguru: Every day, in one way or another.
Satyapriya  rajguru:  Every day, in one way or another.Satyapriya  rajguru:  Every day, in one way or another.
Satyapriya rajguru: Every day, in one way or another.Satyapriya Rajguru
 
Oracle Application Express
Oracle Application ExpressOracle Application Express
Oracle Application ExpressHBoone
 
Intro to Talend Open Studio for Data Integration
Intro to Talend Open Studio for Data IntegrationIntro to Talend Open Studio for Data Integration
Intro to Talend Open Studio for Data IntegrationPhilip Yurchuk
 
Talend ETL Tutorial | Talend Tutorial For Beginners | Talend Online Training ...
Talend ETL Tutorial | Talend Tutorial For Beginners | Talend Online Training ...Talend ETL Tutorial | Talend Tutorial For Beginners | Talend Online Training ...
Talend ETL Tutorial | Talend Tutorial For Beginners | Talend Online Training ...Edureka!
 
Electronic patients records system based on oracle apex
Electronic patients records system based on oracle apexElectronic patients records system based on oracle apex
Electronic patients records system based on oracle apexJan Karremans
 
Oracle APEX, Oracle Autonomous Database, Always Free Oracle Cloud Services
Oracle APEX, Oracle Autonomous Database, Always Free Oracle Cloud ServicesOracle APEX, Oracle Autonomous Database, Always Free Oracle Cloud Services
Oracle APEX, Oracle Autonomous Database, Always Free Oracle Cloud ServicesMichael Hichwa
 
Generating Code with Oracle SQL Developer Data Modeler
Generating Code with Oracle SQL Developer Data ModelerGenerating Code with Oracle SQL Developer Data Modeler
Generating Code with Oracle SQL Developer Data ModelerRob van den Berg
 
OData: A Standard API for Data Access
OData: A Standard API for Data AccessOData: A Standard API for Data Access
OData: A Standard API for Data AccessPat Patterson
 
Advanced Reporting And Charting With Oracle Application Express 4.0
Advanced Reporting And Charting With Oracle Application Express 4.0Advanced Reporting And Charting With Oracle Application Express 4.0
Advanced Reporting And Charting With Oracle Application Express 4.0Rinie Romme
 
Oracle SQL Developer Reports
Oracle SQL Developer ReportsOracle SQL Developer Reports
Oracle SQL Developer ReportsJeff Smith
 

La actualidad más candente (20)

Introducing the Entity Framework
Introducing the Entity FrameworkIntroducing the Entity Framework
Introducing the Entity Framework
 
Oracle APEX 18.1 New Features
Oracle APEX 18.1 New FeaturesOracle APEX 18.1 New Features
Oracle APEX 18.1 New Features
 
Introduction to External Objects and the OData Connector
Introduction to External Objects and the OData ConnectorIntroduction to External Objects and the OData Connector
Introduction to External Objects and the OData Connector
 
Apex Connector for Lightning Connect: Make Anything a Salesforce Object
Apex Connector for Lightning Connect: Make Anything a Salesforce ObjectApex Connector for Lightning Connect: Make Anything a Salesforce Object
Apex Connector for Lightning Connect: Make Anything a Salesforce Object
 
Oracle APEX 18.1 New Features
Oracle APEX 18.1 New FeaturesOracle APEX 18.1 New Features
Oracle APEX 18.1 New Features
 
APEX Boston Meetup - October 1st, 2019
APEX Boston Meetup - October 1st, 2019APEX Boston Meetup - October 1st, 2019
APEX Boston Meetup - October 1st, 2019
 
Talend online training and jobsupport
Talend online training and jobsupportTalend online training and jobsupport
Talend online training and jobsupport
 
NYC School of Data - High School Selection Workshop
NYC School of Data - High School Selection WorkshopNYC School of Data - High School Selection Workshop
NYC School of Data - High School Selection Workshop
 
Oracle SQL Developer Tips & Tricks
Oracle SQL Developer Tips & TricksOracle SQL Developer Tips & Tricks
Oracle SQL Developer Tips & Tricks
 
Satyapriya rajguru: Every day, in one way or another.
Satyapriya  rajguru:  Every day, in one way or another.Satyapriya  rajguru:  Every day, in one way or another.
Satyapriya rajguru: Every day, in one way or another.
 
Oracle Application Express
Oracle Application ExpressOracle Application Express
Oracle Application Express
 
Web Development In Oracle APEX
Web Development In Oracle APEXWeb Development In Oracle APEX
Web Development In Oracle APEX
 
Intro to Talend Open Studio for Data Integration
Intro to Talend Open Studio for Data IntegrationIntro to Talend Open Studio for Data Integration
Intro to Talend Open Studio for Data Integration
 
Talend ETL Tutorial | Talend Tutorial For Beginners | Talend Online Training ...
Talend ETL Tutorial | Talend Tutorial For Beginners | Talend Online Training ...Talend ETL Tutorial | Talend Tutorial For Beginners | Talend Online Training ...
Talend ETL Tutorial | Talend Tutorial For Beginners | Talend Online Training ...
 
Electronic patients records system based on oracle apex
Electronic patients records system based on oracle apexElectronic patients records system based on oracle apex
Electronic patients records system based on oracle apex
 
Oracle APEX, Oracle Autonomous Database, Always Free Oracle Cloud Services
Oracle APEX, Oracle Autonomous Database, Always Free Oracle Cloud ServicesOracle APEX, Oracle Autonomous Database, Always Free Oracle Cloud Services
Oracle APEX, Oracle Autonomous Database, Always Free Oracle Cloud Services
 
Generating Code with Oracle SQL Developer Data Modeler
Generating Code with Oracle SQL Developer Data ModelerGenerating Code with Oracle SQL Developer Data Modeler
Generating Code with Oracle SQL Developer Data Modeler
 
OData: A Standard API for Data Access
OData: A Standard API for Data AccessOData: A Standard API for Data Access
OData: A Standard API for Data Access
 
Advanced Reporting And Charting With Oracle Application Express 4.0
Advanced Reporting And Charting With Oracle Application Express 4.0Advanced Reporting And Charting With Oracle Application Express 4.0
Advanced Reporting And Charting With Oracle Application Express 4.0
 
Oracle SQL Developer Reports
Oracle SQL Developer ReportsOracle SQL Developer Reports
Oracle SQL Developer Reports
 

Destacado

SUPERFUSION FIVE PRESENTATION
SUPERFUSION FIVE PRESENTATIONSUPERFUSION FIVE PRESENTATION
SUPERFUSION FIVE PRESENTATIONMark Uy
 
How to make a home made drum
How to make a home made drumHow to make a home made drum
How to make a home made drumMark Uy
 
Nfc sfdc mobile_sdk
Nfc sfdc mobile_sdkNfc sfdc mobile_sdk
Nfc sfdc mobile_sdkCory Cowgill
 
Brands of 2Day Company Profile
Brands of 2Day Company ProfileBrands of 2Day Company Profile
Brands of 2Day Company ProfileBRANDS OF 2DAY
 
WHO IS THIS MAN? JESUS: THE KING
WHO IS THIS MAN? JESUS: THE KINGWHO IS THIS MAN? JESUS: THE KING
WHO IS THIS MAN? JESUS: THE KINGMark Uy
 
Aplicación de gestión del conocimiento
Aplicación de gestión del conocimientoAplicación de gestión del conocimiento
Aplicación de gestión del conocimientoPilar Colonia Osorio
 
HOW TO INTERPRET THE BIBLE
HOW TO INTERPRET THE BIBLEHOW TO INTERPRET THE BIBLE
HOW TO INTERPRET THE BIBLEMark Uy
 
Voorstelling KLJ ZiVoHo
Voorstelling KLJ ZiVoHoVoorstelling KLJ ZiVoHo
Voorstelling KLJ ZiVoHoBerdien Cloet
 
Glife International Product Presentation
Glife International Product PresentationGlife International Product Presentation
Glife International Product PresentationMark Uy
 
Df13 cory cowgill_theater_session_mobile_app_field_service
Df13 cory cowgill_theater_session_mobile_app_field_serviceDf13 cory cowgill_theater_session_mobile_app_field_service
Df13 cory cowgill_theater_session_mobile_app_field_serviceCory Cowgill
 
Jollibee spaghetti
Jollibee spaghettiJollibee spaghetti
Jollibee spaghettiMark Uy
 
Glorious Mysteries 3: Holy Spirit
Glorious Mysteries 3: Holy SpiritGlorious Mysteries 3: Holy Spirit
Glorious Mysteries 3: Holy SpiritQualityWebDesign
 
Sorrowful Mysteries 1: Agony
Sorrowful Mysteries 1: AgonySorrowful Mysteries 1: Agony
Sorrowful Mysteries 1: AgonyQualityWebDesign
 
겨울방학과학캠프 제안서
겨울방학과학캠프 제안서겨울방학과학캠프 제안서
겨울방학과학캠프 제안서김형기 Superman
 
kompetence of teacher
kompetence of teacherkompetence of teacher
kompetence of teacherSakalus Wepe
 
Four spiritual laws
Four spiritual lawsFour spiritual laws
Four spiritual lawsMark Uy
 

Destacado (17)

SUPERFUSION FIVE PRESENTATION
SUPERFUSION FIVE PRESENTATIONSUPERFUSION FIVE PRESENTATION
SUPERFUSION FIVE PRESENTATION
 
How to make a home made drum
How to make a home made drumHow to make a home made drum
How to make a home made drum
 
Nfc sfdc mobile_sdk
Nfc sfdc mobile_sdkNfc sfdc mobile_sdk
Nfc sfdc mobile_sdk
 
Brands of 2Day Company Profile
Brands of 2Day Company ProfileBrands of 2Day Company Profile
Brands of 2Day Company Profile
 
WHO IS THIS MAN? JESUS: THE KING
WHO IS THIS MAN? JESUS: THE KINGWHO IS THIS MAN? JESUS: THE KING
WHO IS THIS MAN? JESUS: THE KING
 
Aplicación de gestión del conocimiento
Aplicación de gestión del conocimientoAplicación de gestión del conocimiento
Aplicación de gestión del conocimiento
 
HOW TO INTERPRET THE BIBLE
HOW TO INTERPRET THE BIBLEHOW TO INTERPRET THE BIBLE
HOW TO INTERPRET THE BIBLE
 
Voorstelling KLJ ZiVoHo
Voorstelling KLJ ZiVoHoVoorstelling KLJ ZiVoHo
Voorstelling KLJ ZiVoHo
 
Glife International Product Presentation
Glife International Product PresentationGlife International Product Presentation
Glife International Product Presentation
 
Df13 cory cowgill_theater_session_mobile_app_field_service
Df13 cory cowgill_theater_session_mobile_app_field_serviceDf13 cory cowgill_theater_session_mobile_app_field_service
Df13 cory cowgill_theater_session_mobile_app_field_service
 
Jollibee spaghetti
Jollibee spaghettiJollibee spaghetti
Jollibee spaghetti
 
Glorious Mysteries 3: Holy Spirit
Glorious Mysteries 3: Holy SpiritGlorious Mysteries 3: Holy Spirit
Glorious Mysteries 3: Holy Spirit
 
Sorrowful Mysteries 1: Agony
Sorrowful Mysteries 1: AgonySorrowful Mysteries 1: Agony
Sorrowful Mysteries 1: Agony
 
겨울방학과학캠프 제안서
겨울방학과학캠프 제안서겨울방학과학캠프 제안서
겨울방학과학캠프 제안서
 
1parte del origen de la vida
1parte del origen de la vida1parte del origen de la vida
1parte del origen de la vida
 
kompetence of teacher
kompetence of teacherkompetence of teacher
kompetence of teacher
 
Four spiritual laws
Four spiritual lawsFour spiritual laws
Four spiritual laws
 

Similar a Build ETL Processes with Salesforce and Talend

ilide.info-talend-open-studio-for-data-integration-pr_f4a743b84c8b04cbebbf4c7...
ilide.info-talend-open-studio-for-data-integration-pr_f4a743b84c8b04cbebbf4c7...ilide.info-talend-open-studio-for-data-integration-pr_f4a743b84c8b04cbebbf4c7...
ilide.info-talend-open-studio-for-data-integration-pr_f4a743b84c8b04cbebbf4c7...khadijahd2
 
Hands-On Workshop: Introduction to Development on Force.com for Developers
Hands-On Workshop: Introduction to Development on Force.com for DevelopersHands-On Workshop: Introduction to Development on Force.com for Developers
Hands-On Workshop: Introduction to Development on Force.com for DevelopersSalesforce Developers
 
Getting Started with SQL Server Compact Edition 3.51
Getting Started with SQL Server Compact Edition 3.51Getting Started with SQL Server Compact Edition 3.51
Getting Started with SQL Server Compact Edition 3.51Mark Ginnebaugh
 
Getting Started with Sql Server Compact Edition
Getting Started with Sql Server Compact EditionGetting Started with Sql Server Compact Edition
Getting Started with Sql Server Compact EditionDonRobins
 
Blazing new trails with salesforce data nov 16, 2021
Blazing new trails with salesforce data   nov 16, 2021Blazing new trails with salesforce data   nov 16, 2021
Blazing new trails with salesforce data nov 16, 2021Safe Software
 
Revolution in integration!
Revolution in integration!Revolution in integration!
Revolution in integration!Gregor Vogrin
 
Primavera integration possibilities technical overview ppt
Primavera integration possibilities   technical overview pptPrimavera integration possibilities   technical overview ppt
Primavera integration possibilities technical overview pptp6academy
 
Basha_ETL_Developer
Basha_ETL_DeveloperBasha_ETL_Developer
Basha_ETL_Developerbasha shaik
 
What's New in Oracle SQL Developer for 2018
What's New in Oracle SQL Developer for 2018What's New in Oracle SQL Developer for 2018
What's New in Oracle SQL Developer for 2018Jeff Smith
 
Popular ETL Tools Available In The Market.pdf
Popular ETL Tools Available In The Market.pdfPopular ETL Tools Available In The Market.pdf
Popular ETL Tools Available In The Market.pdfBPBOnline
 
200 OK v5.0: Unveiling Powerful ETL, Connector Framework and More
200 OK v5.0: Unveiling Powerful ETL, Connector Framework and More200 OK v5.0: Unveiling Powerful ETL, Connector Framework and More
200 OK v5.0: Unveiling Powerful ETL, Connector Framework and MoreCEPTES Software Inc
 
App Load Presentation 2009
App Load Presentation 2009App Load Presentation 2009
App Load Presentation 2009sundu72
 
Application Engine ETL
Application Engine ETLApplication Engine ETL
Application Engine ETLkabrilake
 
(ZDM) Zero Downtime DB Migration to Oracle Cloud
(ZDM) Zero Downtime DB Migration to Oracle Cloud(ZDM) Zero Downtime DB Migration to Oracle Cloud
(ZDM) Zero Downtime DB Migration to Oracle CloudRuggero Citton
 
Unlocking Big Data Silos in the Enterprise or the Cloud (Con7877)
Unlocking Big Data Silos in the Enterprise or the Cloud (Con7877)Unlocking Big Data Silos in the Enterprise or the Cloud (Con7877)
Unlocking Big Data Silos in the Enterprise or the Cloud (Con7877)Jeffrey T. Pollock
 
Elevate london dec 2014.pptx
Elevate london dec 2014.pptxElevate london dec 2014.pptx
Elevate london dec 2014.pptxPeter Chittum
 
Oracle Data Integration CON9737 at OpenWorld
Oracle Data Integration CON9737 at OpenWorldOracle Data Integration CON9737 at OpenWorld
Oracle Data Integration CON9737 at OpenWorldJeffrey T. Pollock
 
Oracle SQL Developer for SQL Server?
Oracle SQL Developer for SQL Server?Oracle SQL Developer for SQL Server?
Oracle SQL Developer for SQL Server?Jeff Smith
 

Similar a Build ETL Processes with Salesforce and Talend (20)

Where to Start ETL Developer Career
Where to Start ETL Developer CareerWhere to Start ETL Developer Career
Where to Start ETL Developer Career
 
ilide.info-talend-open-studio-for-data-integration-pr_f4a743b84c8b04cbebbf4c7...
ilide.info-talend-open-studio-for-data-integration-pr_f4a743b84c8b04cbebbf4c7...ilide.info-talend-open-studio-for-data-integration-pr_f4a743b84c8b04cbebbf4c7...
ilide.info-talend-open-studio-for-data-integration-pr_f4a743b84c8b04cbebbf4c7...
 
Hands-On Workshop: Introduction to Development on Force.com for Developers
Hands-On Workshop: Introduction to Development on Force.com for DevelopersHands-On Workshop: Introduction to Development on Force.com for Developers
Hands-On Workshop: Introduction to Development on Force.com for Developers
 
Getting Started with SQL Server Compact Edition 3.51
Getting Started with SQL Server Compact Edition 3.51Getting Started with SQL Server Compact Edition 3.51
Getting Started with SQL Server Compact Edition 3.51
 
Getting Started with Sql Server Compact Edition
Getting Started with Sql Server Compact EditionGetting Started with Sql Server Compact Edition
Getting Started with Sql Server Compact Edition
 
Blazing new trails with salesforce data nov 16, 2021
Blazing new trails with salesforce data   nov 16, 2021Blazing new trails with salesforce data   nov 16, 2021
Blazing new trails with salesforce data nov 16, 2021
 
Revolution in integration!
Revolution in integration!Revolution in integration!
Revolution in integration!
 
Primavera integration possibilities technical overview ppt
Primavera integration possibilities   technical overview pptPrimavera integration possibilities   technical overview ppt
Primavera integration possibilities technical overview ppt
 
Basha_ETL_Developer
Basha_ETL_DeveloperBasha_ETL_Developer
Basha_ETL_Developer
 
What's New in Oracle SQL Developer for 2018
What's New in Oracle SQL Developer for 2018What's New in Oracle SQL Developer for 2018
What's New in Oracle SQL Developer for 2018
 
Popular ETL Tools Available In The Market.pdf
Popular ETL Tools Available In The Market.pdfPopular ETL Tools Available In The Market.pdf
Popular ETL Tools Available In The Market.pdf
 
200 OK v5.0: Unveiling Powerful ETL, Connector Framework and More
200 OK v5.0: Unveiling Powerful ETL, Connector Framework and More200 OK v5.0: Unveiling Powerful ETL, Connector Framework and More
200 OK v5.0: Unveiling Powerful ETL, Connector Framework and More
 
App Load Presentation 2009
App Load Presentation 2009App Load Presentation 2009
App Load Presentation 2009
 
ETL Technologies.pptx
ETL Technologies.pptxETL Technologies.pptx
ETL Technologies.pptx
 
Application Engine ETL
Application Engine ETLApplication Engine ETL
Application Engine ETL
 
(ZDM) Zero Downtime DB Migration to Oracle Cloud
(ZDM) Zero Downtime DB Migration to Oracle Cloud(ZDM) Zero Downtime DB Migration to Oracle Cloud
(ZDM) Zero Downtime DB Migration to Oracle Cloud
 
Unlocking Big Data Silos in the Enterprise or the Cloud (Con7877)
Unlocking Big Data Silos in the Enterprise or the Cloud (Con7877)Unlocking Big Data Silos in the Enterprise or the Cloud (Con7877)
Unlocking Big Data Silos in the Enterprise or the Cloud (Con7877)
 
Elevate london dec 2014.pptx
Elevate london dec 2014.pptxElevate london dec 2014.pptx
Elevate london dec 2014.pptx
 
Oracle Data Integration CON9737 at OpenWorld
Oracle Data Integration CON9737 at OpenWorldOracle Data Integration CON9737 at OpenWorld
Oracle Data Integration CON9737 at OpenWorld
 
Oracle SQL Developer for SQL Server?
Oracle SQL Developer for SQL Server?Oracle SQL Developer for SQL Server?
Oracle SQL Developer for SQL Server?
 

Último

Axa Assurance Maroc - Insurer Innovation Award 2024
Axa Assurance Maroc - Insurer Innovation Award 2024Axa Assurance Maroc - Insurer Innovation Award 2024
Axa Assurance Maroc - Insurer Innovation Award 2024The Digital Insurer
 
08448380779 Call Girls In Greater Kailash - I Women Seeking Men
08448380779 Call Girls In Greater Kailash - I Women Seeking Men08448380779 Call Girls In Greater Kailash - I Women Seeking Men
08448380779 Call Girls In Greater Kailash - I Women Seeking MenDelhi Call girls
 
Kalyanpur ) Call Girls in Lucknow Finest Escorts Service 🍸 8923113531 🎰 Avail...
Kalyanpur ) Call Girls in Lucknow Finest Escorts Service 🍸 8923113531 🎰 Avail...Kalyanpur ) Call Girls in Lucknow Finest Escorts Service 🍸 8923113531 🎰 Avail...
Kalyanpur ) Call Girls in Lucknow Finest Escorts Service 🍸 8923113531 🎰 Avail...gurkirankumar98700
 
GenCyber Cyber Security Day Presentation
GenCyber Cyber Security Day PresentationGenCyber Cyber Security Day Presentation
GenCyber Cyber Security Day PresentationMichael W. Hawkins
 
The Codex of Business Writing Software for Real-World Solutions 2.pptx
The Codex of Business Writing Software for Real-World Solutions 2.pptxThe Codex of Business Writing Software for Real-World Solutions 2.pptx
The Codex of Business Writing Software for Real-World Solutions 2.pptxMalak Abu Hammad
 
Boost PC performance: How more available memory can improve productivity
Boost PC performance: How more available memory can improve productivityBoost PC performance: How more available memory can improve productivity
Boost PC performance: How more available memory can improve productivityPrincipled Technologies
 
Automating Google Workspace (GWS) & more with Apps Script
Automating Google Workspace (GWS) & more with Apps ScriptAutomating Google Workspace (GWS) & more with Apps Script
Automating Google Workspace (GWS) & more with Apps Scriptwesley chun
 
How to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected WorkerHow to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected WorkerThousandEyes
 
Raspberry Pi 5: Challenges and Solutions in Bringing up an OpenGL/Vulkan Driv...
Raspberry Pi 5: Challenges and Solutions in Bringing up an OpenGL/Vulkan Driv...Raspberry Pi 5: Challenges and Solutions in Bringing up an OpenGL/Vulkan Driv...
Raspberry Pi 5: Challenges and Solutions in Bringing up an OpenGL/Vulkan Driv...Igalia
 
EIS-Webinar-Prompt-Knowledge-Eng-2024-04-08.pptx
EIS-Webinar-Prompt-Knowledge-Eng-2024-04-08.pptxEIS-Webinar-Prompt-Knowledge-Eng-2024-04-08.pptx
EIS-Webinar-Prompt-Knowledge-Eng-2024-04-08.pptxEarley Information Science
 
Injustice - Developers Among Us (SciFiDevCon 2024)
Injustice - Developers Among Us (SciFiDevCon 2024)Injustice - Developers Among Us (SciFiDevCon 2024)
Injustice - Developers Among Us (SciFiDevCon 2024)Allon Mureinik
 
Top 5 Benefits OF Using Muvi Live Paywall For Live Streams
Top 5 Benefits OF Using Muvi Live Paywall For Live StreamsTop 5 Benefits OF Using Muvi Live Paywall For Live Streams
Top 5 Benefits OF Using Muvi Live Paywall For Live StreamsRoshan Dwivedi
 
Unblocking The Main Thread Solving ANRs and Frozen Frames
Unblocking The Main Thread Solving ANRs and Frozen FramesUnblocking The Main Thread Solving ANRs and Frozen Frames
Unblocking The Main Thread Solving ANRs and Frozen FramesSinan KOZAK
 
04-2024-HHUG-Sales-and-Marketing-Alignment.pptx
04-2024-HHUG-Sales-and-Marketing-Alignment.pptx04-2024-HHUG-Sales-and-Marketing-Alignment.pptx
04-2024-HHUG-Sales-and-Marketing-Alignment.pptxHampshireHUG
 
08448380779 Call Girls In Friends Colony Women Seeking Men
08448380779 Call Girls In Friends Colony Women Seeking Men08448380779 Call Girls In Friends Colony Women Seeking Men
08448380779 Call Girls In Friends Colony Women Seeking MenDelhi Call girls
 
The Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdf
The Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdfThe Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdf
The Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdfEnterprise Knowledge
 
Driving Behavioral Change for Information Management through Data-Driven Gree...
Driving Behavioral Change for Information Management through Data-Driven Gree...Driving Behavioral Change for Information Management through Data-Driven Gree...
Driving Behavioral Change for Information Management through Data-Driven Gree...Enterprise Knowledge
 
Finology Group – Insurtech Innovation Award 2024
Finology Group – Insurtech Innovation Award 2024Finology Group – Insurtech Innovation Award 2024
Finology Group – Insurtech Innovation Award 2024The Digital Insurer
 
08448380779 Call Girls In Diplomatic Enclave Women Seeking Men
08448380779 Call Girls In Diplomatic Enclave Women Seeking Men08448380779 Call Girls In Diplomatic Enclave Women Seeking Men
08448380779 Call Girls In Diplomatic Enclave Women Seeking MenDelhi Call girls
 
Exploring the Future Potential of AI-Enabled Smartphone Processors
Exploring the Future Potential of AI-Enabled Smartphone ProcessorsExploring the Future Potential of AI-Enabled Smartphone Processors
Exploring the Future Potential of AI-Enabled Smartphone Processorsdebabhi2
 

Último (20)

Axa Assurance Maroc - Insurer Innovation Award 2024
Axa Assurance Maroc - Insurer Innovation Award 2024Axa Assurance Maroc - Insurer Innovation Award 2024
Axa Assurance Maroc - Insurer Innovation Award 2024
 
08448380779 Call Girls In Greater Kailash - I Women Seeking Men
08448380779 Call Girls In Greater Kailash - I Women Seeking Men08448380779 Call Girls In Greater Kailash - I Women Seeking Men
08448380779 Call Girls In Greater Kailash - I Women Seeking Men
 
Kalyanpur ) Call Girls in Lucknow Finest Escorts Service 🍸 8923113531 🎰 Avail...
Kalyanpur ) Call Girls in Lucknow Finest Escorts Service 🍸 8923113531 🎰 Avail...Kalyanpur ) Call Girls in Lucknow Finest Escorts Service 🍸 8923113531 🎰 Avail...
Kalyanpur ) Call Girls in Lucknow Finest Escorts Service 🍸 8923113531 🎰 Avail...
 
GenCyber Cyber Security Day Presentation
GenCyber Cyber Security Day PresentationGenCyber Cyber Security Day Presentation
GenCyber Cyber Security Day Presentation
 
The Codex of Business Writing Software for Real-World Solutions 2.pptx
The Codex of Business Writing Software for Real-World Solutions 2.pptxThe Codex of Business Writing Software for Real-World Solutions 2.pptx
The Codex of Business Writing Software for Real-World Solutions 2.pptx
 
Boost PC performance: How more available memory can improve productivity
Boost PC performance: How more available memory can improve productivityBoost PC performance: How more available memory can improve productivity
Boost PC performance: How more available memory can improve productivity
 
Automating Google Workspace (GWS) & more with Apps Script
Automating Google Workspace (GWS) & more with Apps ScriptAutomating Google Workspace (GWS) & more with Apps Script
Automating Google Workspace (GWS) & more with Apps Script
 
How to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected WorkerHow to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected Worker
 
Raspberry Pi 5: Challenges and Solutions in Bringing up an OpenGL/Vulkan Driv...
Raspberry Pi 5: Challenges and Solutions in Bringing up an OpenGL/Vulkan Driv...Raspberry Pi 5: Challenges and Solutions in Bringing up an OpenGL/Vulkan Driv...
Raspberry Pi 5: Challenges and Solutions in Bringing up an OpenGL/Vulkan Driv...
 
EIS-Webinar-Prompt-Knowledge-Eng-2024-04-08.pptx
EIS-Webinar-Prompt-Knowledge-Eng-2024-04-08.pptxEIS-Webinar-Prompt-Knowledge-Eng-2024-04-08.pptx
EIS-Webinar-Prompt-Knowledge-Eng-2024-04-08.pptx
 
Injustice - Developers Among Us (SciFiDevCon 2024)
Injustice - Developers Among Us (SciFiDevCon 2024)Injustice - Developers Among Us (SciFiDevCon 2024)
Injustice - Developers Among Us (SciFiDevCon 2024)
 
Top 5 Benefits OF Using Muvi Live Paywall For Live Streams
Top 5 Benefits OF Using Muvi Live Paywall For Live StreamsTop 5 Benefits OF Using Muvi Live Paywall For Live Streams
Top 5 Benefits OF Using Muvi Live Paywall For Live Streams
 
Unblocking The Main Thread Solving ANRs and Frozen Frames
Unblocking The Main Thread Solving ANRs and Frozen FramesUnblocking The Main Thread Solving ANRs and Frozen Frames
Unblocking The Main Thread Solving ANRs and Frozen Frames
 
04-2024-HHUG-Sales-and-Marketing-Alignment.pptx
04-2024-HHUG-Sales-and-Marketing-Alignment.pptx04-2024-HHUG-Sales-and-Marketing-Alignment.pptx
04-2024-HHUG-Sales-and-Marketing-Alignment.pptx
 
08448380779 Call Girls In Friends Colony Women Seeking Men
08448380779 Call Girls In Friends Colony Women Seeking Men08448380779 Call Girls In Friends Colony Women Seeking Men
08448380779 Call Girls In Friends Colony Women Seeking Men
 
The Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdf
The Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdfThe Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdf
The Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdf
 
Driving Behavioral Change for Information Management through Data-Driven Gree...
Driving Behavioral Change for Information Management through Data-Driven Gree...Driving Behavioral Change for Information Management through Data-Driven Gree...
Driving Behavioral Change for Information Management through Data-Driven Gree...
 
Finology Group – Insurtech Innovation Award 2024
Finology Group – Insurtech Innovation Award 2024Finology Group – Insurtech Innovation Award 2024
Finology Group – Insurtech Innovation Award 2024
 
08448380779 Call Girls In Diplomatic Enclave Women Seeking Men
08448380779 Call Girls In Diplomatic Enclave Women Seeking Men08448380779 Call Girls In Diplomatic Enclave Women Seeking Men
08448380779 Call Girls In Diplomatic Enclave Women Seeking Men
 
Exploring the Future Potential of AI-Enabled Smartphone Processors
Exploring the Future Potential of AI-Enabled Smartphone ProcessorsExploring the Future Potential of AI-Enabled Smartphone Processors
Exploring the Future Potential of AI-Enabled Smartphone Processors
 

Build ETL Processes with Salesforce and Talend

  • 1. © 2012 West Monroe Partners | Reproduction and distribution without West Monroe Partners prior consent prohibited Building ETL Processes with Salesforce.com and Talend Open Studio for Data Integration Cory Cowgill Technical Architect at West Monroe Partners Force.com MVP Twitter: @corycowgill
  • 2. © 2012 West Monroe Partners | Reproduction and distribution without West Monroe Partners prior consent prohibited Agenda I. Introduction to ETL II. Introduction to Salesforce.com Data Model III. Introduction to Talend Open Data Studio IV.Workshop & Demonstration 2
  • 3. © 2012 West Monroe Partners | Reproduction and distribution without West Monroe Partners prior consent prohibited Building ETL Processes with Salesforce.com and Talend Open Studio for Data Integration  ETL stands for Extract Transform Load  It is a process for moving data between systems, typically a source system and a destination system.  Extract  Query data in the source system which will feed your process.  Transform  The data structures between the two systems can be vastly different.  The transform step takes the input from the extract and transforms it into a data format which the destination system can accept.  Load  The process of inserting, updated, or deleting the destination system with the transformed data from the source system. Introduction to ETL 3
  • 4. © 2012 West Monroe Partners | Reproduction and distribution without West Monroe Partners prior consent prohibited Building ETL Processes with Salesforce.com and Talend Open Studio for Data Integration  Saleforce.com is a relational database.  Query language is called SOQL, which is similar to SQL in many aspects  Salesforce.com stored data in Objects  Objects are the SQL equivalent of tables  There are two types: Standard and Custom  Salesforce.com objects hold relationships in Master-Detail and Lookup fields  These are the SQL equivalent to foreign keys  Every Salesforce.com object has a field called Id  This is an alphanumeric key which uniquely represent the record in SFDC  This value is populated on Lookup and Master-Detail fields  Every object has API endpoints in both SOAP and REST for WS API Access  Query  Create / Read / Update / Delete Introduction to Salesforce Platform Data Model 4
  • 5. © 2012 West Monroe Partners | Reproduction and distribution without West Monroe Partners prior consent prohibited Building ETL Processes with Salesforce.com and Talend Open Studio for Data Integration Salesforce Platform - Data Model Sample 5
  • 6. © 2012 West Monroe Partners | Reproduction and distribution without West Monroe Partners prior consent prohibited Building ETL Processes with Salesforce.com and Talend Open Studio for Data Integration  Eclipse based ETL Tool  Other ETL Tools  Jitterbit  Informatica Cloud  SSIS  What differentiates Talend in my opinion?  Opensource & Basic Edition is Free • Supported versions available for a fee  Java Based • Entire ETL jobs can be exported as JARS • Allows running your ETL on any platform that supports Java • Allows you to directly embed Java code inside your transformation • Allows you to build your own components Intro to Talend Open Studio for Data Integration 6
  • 7. © 2012 West Monroe Partners | Reproduction and distribution without West Monroe Partners prior consent prohibited Building ETL Processes with Salesforce.com and Talend Open Studio for Data Integration  Workspace  Similar to a Eclipse Workspace  Holds all your Metadata & Job  Metadata  Holds your connection information to datasources including: • Security & Credentials • Connection Strings • Data Schemas  Job Designs  Job Designs are a single ETL Job  These can be exported as Jars  Jobs can be called by other Jobs  Components  Reusable “widgets” that allow you to perform operations on data  One job can have many components Talend Concepts 7
  • 8. © 2012 West Monroe Partners | Reproduction and distribution without West Monroe Partners prior consent prohibited Building ETL Processes with Salesforce.com and Talend Open Studio for Data Integration Workshop & Demonstration 8
  • 9. © 2012 West Monroe Partners | Reproduction and distribution without West Monroe Partners prior consent prohibited Building ETL Processes with Salesforce.com and Talend Open Studio for Data Integration  Additional Resources  http://developer.force.com - Salesforce Developer Portal  http://www.talend.com - Talend Website with download links  http://www.youtube.com/corycowgill - YouTube channel with Talend Videos  Twitter: #askforce – Salesforce Support Community  Twitter: @corycowgill Q&A 9