SlideShare une entreprise Scribd logo
1  sur  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

Contenu connexe

Tendances

Tendances (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
 

En vedette

SUPERFUSION FIVE PRESENTATION
SUPERFUSION FIVE PRESENTATIONSUPERFUSION FIVE PRESENTATION
SUPERFUSION FIVE PRESENTATION
Mark 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 drum
Mark Uy
 
Brands of 2Day Company Profile
Brands of 2Day Company ProfileBrands of 2Day Company Profile
Brands of 2Day Company Profile
BRANDS OF 2DAY
 
Voorstelling KLJ ZiVoHo
Voorstelling KLJ ZiVoHoVoorstelling KLJ ZiVoHo
Voorstelling KLJ ZiVoHo
Berdien Cloet
 
Glife International Product Presentation
Glife International Product PresentationGlife International Product Presentation
Glife International Product Presentation
Mark Uy
 
Four spiritual laws
Four spiritual lawsFour spiritual laws
Four spiritual laws
Mark Uy
 

En vedette (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
 

Similaire à Talend preso (1)

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
 
Primavera integration possibilities technical overview ppt
Primavera integration possibilities   technical overview pptPrimavera integration possibilities   technical overview ppt
Primavera integration possibilities technical overview ppt
p6academy
 
Basha_ETL_Developer
Basha_ETL_DeveloperBasha_ETL_Developer
Basha_ETL_Developer
basha shaik
 

Similaire à Talend preso (1) (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?
 

Dernier

Dernier (20)

Navigating the Deluge_ Dubai Floods and the Resilience of Dubai International...
Navigating the Deluge_ Dubai Floods and the Resilience of Dubai International...Navigating the Deluge_ Dubai Floods and the Resilience of Dubai International...
Navigating the Deluge_ Dubai Floods and the Resilience of Dubai International...
 
Understanding the FAA Part 107 License ..
Understanding the FAA Part 107 License ..Understanding the FAA Part 107 License ..
Understanding the FAA Part 107 License ..
 
DEV meet-up UiPath Document Understanding May 7 2024 Amsterdam
DEV meet-up UiPath Document Understanding May 7 2024 AmsterdamDEV meet-up UiPath Document Understanding May 7 2024 Amsterdam
DEV meet-up UiPath Document Understanding May 7 2024 Amsterdam
 
TrustArc Webinar - Unlock the Power of AI-Driven Data Discovery
TrustArc Webinar - Unlock the Power of AI-Driven Data DiscoveryTrustArc Webinar - Unlock the Power of AI-Driven Data Discovery
TrustArc Webinar - Unlock the Power of AI-Driven Data Discovery
 
Connector Corner: Accelerate revenue generation using UiPath API-centric busi...
Connector Corner: Accelerate revenue generation using UiPath API-centric busi...Connector Corner: Accelerate revenue generation using UiPath API-centric busi...
Connector Corner: Accelerate revenue generation using UiPath API-centric busi...
 
Introduction to Multilingual Retrieval Augmented Generation (RAG)
Introduction to Multilingual Retrieval Augmented Generation (RAG)Introduction to Multilingual Retrieval Augmented Generation (RAG)
Introduction to Multilingual Retrieval Augmented Generation (RAG)
 
Six Myths about Ontologies: The Basics of Formal Ontology
Six Myths about Ontologies: The Basics of Formal OntologySix Myths about Ontologies: The Basics of Formal Ontology
Six Myths about Ontologies: The Basics of Formal Ontology
 
MS Copilot expands with MS Graph connectors
MS Copilot expands with MS Graph connectorsMS Copilot expands with MS Graph connectors
MS Copilot expands with MS Graph connectors
 
Vector Search -An Introduction in Oracle Database 23ai.pptx
Vector Search -An Introduction in Oracle Database 23ai.pptxVector Search -An Introduction in Oracle Database 23ai.pptx
Vector Search -An Introduction in Oracle Database 23ai.pptx
 
DBX First Quarter 2024 Investor Presentation
DBX First Quarter 2024 Investor PresentationDBX First Quarter 2024 Investor Presentation
DBX First Quarter 2024 Investor Presentation
 
Exploring Multimodal Embeddings with Milvus
Exploring Multimodal Embeddings with MilvusExploring Multimodal Embeddings with Milvus
Exploring Multimodal Embeddings with Milvus
 
Rising Above_ Dubai Floods and the Fortitude of Dubai International Airport.pdf
Rising Above_ Dubai Floods and the Fortitude of Dubai International Airport.pdfRising Above_ Dubai Floods and the Fortitude of Dubai International Airport.pdf
Rising Above_ Dubai Floods and the Fortitude of Dubai International Airport.pdf
 
Strategies for Landing an Oracle DBA Job as a Fresher
Strategies for Landing an Oracle DBA Job as a FresherStrategies for Landing an Oracle DBA Job as a Fresher
Strategies for Landing an Oracle DBA Job as a Fresher
 
ProductAnonymous-April2024-WinProductDiscovery-MelissaKlemke
ProductAnonymous-April2024-WinProductDiscovery-MelissaKlemkeProductAnonymous-April2024-WinProductDiscovery-MelissaKlemke
ProductAnonymous-April2024-WinProductDiscovery-MelissaKlemke
 
[BuildWithAI] Introduction to Gemini.pdf
[BuildWithAI] Introduction to Gemini.pdf[BuildWithAI] Introduction to Gemini.pdf
[BuildWithAI] Introduction to Gemini.pdf
 
EMPOWERMENT TECHNOLOGY GRADE 11 QUARTER 2 REVIEWER
EMPOWERMENT TECHNOLOGY GRADE 11 QUARTER 2 REVIEWEREMPOWERMENT TECHNOLOGY GRADE 11 QUARTER 2 REVIEWER
EMPOWERMENT TECHNOLOGY GRADE 11 QUARTER 2 REVIEWER
 
FWD Group - Insurer Innovation Award 2024
FWD Group - Insurer Innovation Award 2024FWD Group - Insurer Innovation Award 2024
FWD Group - Insurer Innovation Award 2024
 
Apidays New York 2024 - Scaling API-first by Ian Reasor and Radu Cotescu, Adobe
Apidays New York 2024 - Scaling API-first by Ian Reasor and Radu Cotescu, AdobeApidays New York 2024 - Scaling API-first by Ian Reasor and Radu Cotescu, Adobe
Apidays New York 2024 - Scaling API-first by Ian Reasor and Radu Cotescu, Adobe
 
Strategize a Smooth Tenant-to-tenant Migration and Copilot Takeoff
Strategize a Smooth Tenant-to-tenant Migration and Copilot TakeoffStrategize a Smooth Tenant-to-tenant Migration and Copilot Takeoff
Strategize a Smooth Tenant-to-tenant Migration and Copilot Takeoff
 
MINDCTI Revenue Release Quarter One 2024
MINDCTI Revenue Release Quarter One 2024MINDCTI Revenue Release Quarter One 2024
MINDCTI Revenue Release Quarter One 2024
 

Talend preso (1)

  • 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