SlideShare a Scribd company logo
1 of 20
© Copyright 2014 BMC Software, Inc. 1
—
Product Developer
Remedyforce
@Prasanna__d
April 18 / 2015
Prasanna Deshpande
OData, External Objects
& Lightning Connect
© Copyright 2014 BMC Software, Inc. 2Internal Use Only
Session outline
• OData
• Specification
• Designing
• External objects
• Advance External objects
• Lightning Connect
• Demo
© Copyright 2014 BMC Software, Inc. 3
—
01
oData
© Copyright 2014 BMC Software, Inc. 4
OData specification
From OData.org
OData is a standardized protocol for creating and consuming data APIs. OData builds on core protocols like HTTP and
commonly accepted methodologies like REST. The result is a uniform way to expose full-featured data APIs.
Standardization effort
This was proposed by Microsoft in 2009, OASIS standardized it 2014.
© Copyright 2014 BMC Software, Inc. 5
OData block diagram
© Copyright 2014 BMC Software, Inc. 6
OData over REST
© Copyright 2014 BMC Software, Inc. 7
OData v2.0 URI – conventions
• Metadata of the service
• http://services.odata.org/OData/OData.svc/ and http://services.odata.org/OData/OData.svc/$m
etadata
• Query Examples
• http://services.odata.org/OData/OData.svc/Categories - Brings all categories
• http://services.odata.org/OData/OData.svc/Categories(1) – Brings category with key 1
• http://services.odata.org/OData/OData.svc/Categories(1)/Name - Brings Name for the category
with key 1
© Copyright 2014 BMC Software, Inc. 8
OData adoption
• Microsoft
• SAP
• Red Hat
• IBM
• Salesforce
© Copyright 2014 BMC Software, Inc. 9
OData developer libraries
• Java – Apache Olingo, odata4j
• .NET – WCF services, AdaptiveLINQ, OData client code
generator
• Javascript – ODatajs beta, datajs, JayData, node-odata
• C++ - ODatacpp
• Python - ODatapy
Producers -
• Cloud Drivers
• IBM DB2 & Infomix
• Microsoft Dynamics CRM 2011
• SAP NetWeaver Gateway
• SharePoint
• SQL Server 2012
• Teiid (JBOSS)
• Team Foundation Server
• Windows Azure Table Storage
Consumers-
• ADO.NET Driver
• JDBC Driver
• Joomla
• Lightning Connect
• Drupal
• Excel Add-In
• Modern Browsers
• Telerik Reporting
OData Ecosystem
© Copyright 2014 BMC Software, Inc. 11
—
External Objects
02
© Copyright 2014 BMC Software, Inc. 12
What are External Objects
• An Alternative to ETL ▪ Extract-Transform-Load is very popular
for data synchronization
• Using External Objects for Integration Expose OData or
proprietary data in your Salesforce org
• Using the meta data model (EDM) exposed by OData service,
the platform can create a custom object & fields. This object
will have an extension __x which is differentiated from custom
object __c.
© Copyright 2014 BMC Software, Inc. 13
What I can do with External objects
© Copyright 2014 BMC Software, Inc. 14
External Objects Limits
• At max 100 external objects can be defined per org
• External objects are read-only
• Note, attachments, workflows, apex sharing rules, approval process, record level
security, field level security, triggers etc. are not supported
• Formula field cannot reference External objects
• Auto number, encrypted field, Text area, Formula, geolocation, master-detailed
etc. fieldtypes are not supported
More info here
© Copyright 2014 BMC Software, Inc. 15
External Objects lookup fields
• Mainly two type of external lookup relationship
• External lookup relationship - An external lookup relationship links
a child standard, custom, or external object to a parent external
object
• Indirect lookup relationships - An indirect lookup relationship links a
child external object to a parent standard or custom object.
© Copyright 2014 BMC Software, Inc. 16
—
03
Lightning Connect Demo
© Copyright 2014 BMC Software, Inc. 17
—
Thank You
—
Bring IT to Life.™
© Copyright 2014 BMC Software, Inc. 18
Bring IT to Life
© Copyright 2014 BMC Software, Inc. 19
• OData – http://odata.org
• OData URI conventions - http://www.odata.org/documentation/odata-
version-2-0/uri-conventions
• Slides referred - http://www.slideshare.net/metadaddy/odata-a-standard-api-
for-data-access , http://www.slideshare.net/developerforce/df13-using-
external-objects-for-integration-mt
• Tutorial - http://developerforce.github.io/lightning-connect-
tutorial/index.html
References:
18 April 2015 Twitter: @Prasanna__d20

More Related Content

What's hot

Modern REST APIs for Enterprise Databases - OData
Modern REST APIs for Enterprise Databases - ODataModern REST APIs for Enterprise Databases - OData
Modern REST APIs for Enterprise Databases - OData
Nishanth Kadiyala
 
Apache Olingo - ApacheCon Denver 2014
Apache Olingo - ApacheCon Denver 2014Apache Olingo - ApacheCon Denver 2014
Apache Olingo - ApacheCon Denver 2014
Stephan Klevenz
 

What's hot (20)

Practical OData
Practical ODataPractical OData
Practical OData
 
OData - The Universal REST API
OData - The Universal REST APIOData - The Universal REST API
OData - The Universal REST API
 
Modern REST APIs for Enterprise Databases - OData
Modern REST APIs for Enterprise Databases - ODataModern REST APIs for Enterprise Databases - OData
Modern REST APIs for Enterprise Databases - OData
 
Building RESTful Applications with OData
Building RESTful Applications with ODataBuilding RESTful Applications with OData
Building RESTful Applications with OData
 
A Look at OData
A Look at ODataA Look at OData
A Look at OData
 
Talend preso (1)
Talend preso (1)Talend preso (1)
Talend preso (1)
 
OData Fundamental
OData FundamentalOData Fundamental
OData Fundamental
 
GoToMeeting Competitive / Market Analysis
GoToMeeting Competitive / Market AnalysisGoToMeeting Competitive / Market Analysis
GoToMeeting Competitive / Market Analysis
 
JAX-RS 2.0 and OData
JAX-RS 2.0 and ODataJAX-RS 2.0 and OData
JAX-RS 2.0 and OData
 
Apache Olingo - ApacheCon Denver 2014
Apache Olingo - ApacheCon Denver 2014Apache Olingo - ApacheCon Denver 2014
Apache Olingo - ApacheCon Denver 2014
 
Oracle apex hosting
Oracle apex hostingOracle apex hosting
Oracle apex hosting
 
OData: Universal Data Solvent or Clunky Enterprise Goo? (GlueCon 2015)
OData: Universal Data Solvent or Clunky Enterprise Goo? (GlueCon 2015)OData: Universal Data Solvent or Clunky Enterprise Goo? (GlueCon 2015)
OData: Universal Data Solvent or Clunky Enterprise Goo? (GlueCon 2015)
 
Understanding and Using Rest APIs (SocialDevCamp Chicago 2009)
Understanding and Using Rest APIs (SocialDevCamp Chicago 2009)Understanding and Using Rest APIs (SocialDevCamp Chicago 2009)
Understanding and Using Rest APIs (SocialDevCamp Chicago 2009)
 
Unerstanding and Using RESTful APIs
Unerstanding and Using RESTful APIsUnerstanding and Using RESTful APIs
Unerstanding and Using RESTful APIs
 
SAP ODATA Overview & Guidelines
SAP ODATA Overview & GuidelinesSAP ODATA Overview & Guidelines
SAP ODATA Overview & Guidelines
 
Oracle SQL Developer version 4.0 New Features Overview
Oracle SQL Developer version 4.0 New Features OverviewOracle SQL Developer version 4.0 New Features Overview
Oracle SQL Developer version 4.0 New Features Overview
 
NetWeaver Gateway- Introduction to OData
NetWeaver Gateway- Introduction to ODataNetWeaver Gateway- Introduction to OData
NetWeaver Gateway- Introduction to OData
 
Developing Customer Portal with Oracle APEX - A Case Study
Developing Customer Portal with Oracle APEX - A Case StudyDeveloping Customer Portal with Oracle APEX - A Case Study
Developing Customer Portal with Oracle APEX - A Case Study
 
RESTFul Web API Services @ DotNetToscana
RESTFul Web API Services @ DotNetToscanaRESTFul Web API Services @ DotNetToscana
RESTFul Web API Services @ DotNetToscana
 
Migrating Fast to Solr
Migrating Fast to SolrMigrating Fast to Solr
Migrating Fast to Solr
 

Similar to OData, External objects & Lightning Connect

Whole enterprise integration with primavera and business process mgmt ppt
Whole enterprise integration with primavera and business process mgmt pptWhole enterprise integration with primavera and business process mgmt ppt
Whole enterprise integration with primavera and business process mgmt ppt
p6academy
 
A Reference Architecture to Enable Visibility and Traceability across the Ent...
A Reference Architecture to Enable Visibility and Traceability across the Ent...A Reference Architecture to Enable Visibility and Traceability across the Ent...
A Reference Architecture to Enable Visibility and Traceability across the Ent...
CollabNet
 

Similar to OData, External objects & Lightning Connect (20)

JavaOne2013 Leveraging Linked Data and OSLC
JavaOne2013 Leveraging Linked Data and OSLCJavaOne2013 Leveraging Linked Data and OSLC
JavaOne2013 Leveraging Linked Data and OSLC
 
OData External Data Integration Strategies for SaaS
OData External Data Integration Strategies for SaaSOData External Data Integration Strategies for SaaS
OData External Data Integration Strategies for SaaS
 
WWW2014 Overview of W3C Linked Data Platform 20140410
WWW2014 Overview of W3C Linked Data Platform 20140410WWW2014 Overview of W3C Linked Data Platform 20140410
WWW2014 Overview of W3C Linked Data Platform 20140410
 
Database as a Service, Collaborate 2016
Database as a Service, Collaborate 2016Database as a Service, Collaborate 2016
Database as a Service, Collaborate 2016
 
CIS14: SCIM: Why It’s More Important, and More Simple, Than You Think
CIS14: SCIM: Why It’s More Important, and More Simple, Than You ThinkCIS14: SCIM: Why It’s More Important, and More Simple, Than You Think
CIS14: SCIM: Why It’s More Important, and More Simple, Than You Think
 
SCIM: Why It’s More Important, and More Simple, Than You Think - CIS 2014
SCIM: Why It’s More Important, and More Simple, Than You Think - CIS 2014SCIM: Why It’s More Important, and More Simple, Than You Think - CIS 2014
SCIM: Why It’s More Important, and More Simple, Than You Think - CIS 2014
 
Oracle Database Lifecycle Management
Oracle Database Lifecycle ManagementOracle Database Lifecycle Management
Oracle Database Lifecycle Management
 
Config Management and Data Service Deep Dive
Config Management and Data Service Deep DiveConfig Management and Data Service Deep Dive
Config Management and Data Service Deep Dive
 
Cloud Content Management Presentation
Cloud Content Management  PresentationCloud Content Management  Presentation
Cloud Content Management Presentation
 
Oracle Openworld Presentation with Paul Kent (SAS) on Big Data Appliance and ...
Oracle Openworld Presentation with Paul Kent (SAS) on Big Data Appliance and ...Oracle Openworld Presentation with Paul Kent (SAS) on Big Data Appliance and ...
Oracle Openworld Presentation with Paul Kent (SAS) on Big Data Appliance and ...
 
Contexti / Oracle - Big Data : From Pilot to Production
Contexti / Oracle - Big Data : From Pilot to ProductionContexti / Oracle - Big Data : From Pilot to Production
Contexti / Oracle - Big Data : From Pilot to Production
 
Key Methodologies for Migrating from Oracle to Postgres
Key Methodologies for Migrating from Oracle to PostgresKey Methodologies for Migrating from Oracle to Postgres
Key Methodologies for Migrating from Oracle to Postgres
 
Whole enterprise integration with primavera and business process mgmt ppt
Whole enterprise integration with primavera and business process mgmt pptWhole enterprise integration with primavera and business process mgmt ppt
Whole enterprise integration with primavera and business process mgmt ppt
 
Tame Big Data with Oracle Data Integration
Tame Big Data with Oracle Data IntegrationTame Big Data with Oracle Data Integration
Tame Big Data with Oracle Data Integration
 
Architect’s Open-Source Guide for a Data Mesh Architecture
Architect’s Open-Source Guide for a Data Mesh ArchitectureArchitect’s Open-Source Guide for a Data Mesh Architecture
Architect’s Open-Source Guide for a Data Mesh Architecture
 
What it takes to bring Hadoop to a production-ready state
What it takes to bring Hadoop to a production-ready stateWhat it takes to bring Hadoop to a production-ready state
What it takes to bring Hadoop to a production-ready state
 
Ladies Be Architects - Integration - Multi-Org, Security, JSON, Backup & Restore
Ladies Be Architects - Integration - Multi-Org, Security, JSON, Backup & RestoreLadies Be Architects - Integration - Multi-Org, Security, JSON, Backup & Restore
Ladies Be Architects - Integration - Multi-Org, Security, JSON, Backup & Restore
 
A Reference Architecture to Enable Visibility and Traceability across the Ent...
A Reference Architecture to Enable Visibility and Traceability across the Ent...A Reference Architecture to Enable Visibility and Traceability across the Ent...
A Reference Architecture to Enable Visibility and Traceability across the Ent...
 
Un guide complet pour la migration de bases de données héritées vers PostgreSQL
Un guide complet pour la migration de bases de données héritées vers PostgreSQLUn guide complet pour la migration de bases de données héritées vers PostgreSQL
Un guide complet pour la migration de bases de données héritées vers PostgreSQL
 
Ten tools for ten big data areas 01 informatica
Ten tools for ten big data areas 01 informatica Ten tools for ten big data areas 01 informatica
Ten tools for ten big data areas 01 informatica
 

Recently uploaded

The title is not connected to what is inside
The title is not connected to what is insideThe title is not connected to what is inside
The title is not connected to what is inside
shinachiaurasa2
 
Large-scale Logging Made Easy: Meetup at Deutsche Bank 2024
Large-scale Logging Made Easy: Meetup at Deutsche Bank 2024Large-scale Logging Made Easy: Meetup at Deutsche Bank 2024
Large-scale Logging Made Easy: Meetup at Deutsche Bank 2024
VictoriaMetrics
 
AI Mastery 201: Elevating Your Workflow with Advanced LLM Techniques
AI Mastery 201: Elevating Your Workflow with Advanced LLM TechniquesAI Mastery 201: Elevating Your Workflow with Advanced LLM Techniques
AI Mastery 201: Elevating Your Workflow with Advanced LLM Techniques
VictorSzoltysek
 
+971565801893>>SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHAB...
+971565801893>>SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHAB...+971565801893>>SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHAB...
+971565801893>>SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHAB...
Health
 

Recently uploaded (20)

Architecture decision records - How not to get lost in the past
Architecture decision records - How not to get lost in the pastArchitecture decision records - How not to get lost in the past
Architecture decision records - How not to get lost in the past
 
%in Bahrain+277-882-255-28 abortion pills for sale in Bahrain
%in Bahrain+277-882-255-28 abortion pills for sale in Bahrain%in Bahrain+277-882-255-28 abortion pills for sale in Bahrain
%in Bahrain+277-882-255-28 abortion pills for sale in Bahrain
 
The title is not connected to what is inside
The title is not connected to what is insideThe title is not connected to what is inside
The title is not connected to what is inside
 
MarTech Trend 2024 Book : Marketing Technology Trends (2024 Edition) How Data...
MarTech Trend 2024 Book : Marketing Technology Trends (2024 Edition) How Data...MarTech Trend 2024 Book : Marketing Technology Trends (2024 Edition) How Data...
MarTech Trend 2024 Book : Marketing Technology Trends (2024 Edition) How Data...
 
Microsoft AI Transformation Partner Playbook.pdf
Microsoft AI Transformation Partner Playbook.pdfMicrosoft AI Transformation Partner Playbook.pdf
Microsoft AI Transformation Partner Playbook.pdf
 
Payment Gateway Testing Simplified_ A Step-by-Step Guide for Beginners.pdf
Payment Gateway Testing Simplified_ A Step-by-Step Guide for Beginners.pdfPayment Gateway Testing Simplified_ A Step-by-Step Guide for Beginners.pdf
Payment Gateway Testing Simplified_ A Step-by-Step Guide for Beginners.pdf
 
Large-scale Logging Made Easy: Meetup at Deutsche Bank 2024
Large-scale Logging Made Easy: Meetup at Deutsche Bank 2024Large-scale Logging Made Easy: Meetup at Deutsche Bank 2024
Large-scale Logging Made Easy: Meetup at Deutsche Bank 2024
 
Crypto Cloud Review - How To Earn Up To $500 Per DAY Of Bitcoin 100% On AutoP...
Crypto Cloud Review - How To Earn Up To $500 Per DAY Of Bitcoin 100% On AutoP...Crypto Cloud Review - How To Earn Up To $500 Per DAY Of Bitcoin 100% On AutoP...
Crypto Cloud Review - How To Earn Up To $500 Per DAY Of Bitcoin 100% On AutoP...
 
AI Mastery 201: Elevating Your Workflow with Advanced LLM Techniques
AI Mastery 201: Elevating Your Workflow with Advanced LLM TechniquesAI Mastery 201: Elevating Your Workflow with Advanced LLM Techniques
AI Mastery 201: Elevating Your Workflow with Advanced LLM Techniques
 
WSO2CON2024 - It's time to go Platformless
WSO2CON2024 - It's time to go PlatformlessWSO2CON2024 - It's time to go Platformless
WSO2CON2024 - It's time to go Platformless
 
Direct Style Effect Systems - The Print[A] Example - A Comprehension Aid
Direct Style Effect Systems -The Print[A] Example- A Comprehension AidDirect Style Effect Systems -The Print[A] Example- A Comprehension Aid
Direct Style Effect Systems - The Print[A] Example - A Comprehension Aid
 
Define the academic and professional writing..pdf
Define the academic and professional writing..pdfDefine the academic and professional writing..pdf
Define the academic and professional writing..pdf
 
%in ivory park+277-882-255-28 abortion pills for sale in ivory park
%in ivory park+277-882-255-28 abortion pills for sale in ivory park %in ivory park+277-882-255-28 abortion pills for sale in ivory park
%in ivory park+277-882-255-28 abortion pills for sale in ivory park
 
call girls in Vaishali (Ghaziabad) 🔝 >༒8448380779 🔝 genuine Escort Service 🔝✔️✔️
call girls in Vaishali (Ghaziabad) 🔝 >༒8448380779 🔝 genuine Escort Service 🔝✔️✔️call girls in Vaishali (Ghaziabad) 🔝 >༒8448380779 🔝 genuine Escort Service 🔝✔️✔️
call girls in Vaishali (Ghaziabad) 🔝 >༒8448380779 🔝 genuine Escort Service 🔝✔️✔️
 
%in Soweto+277-882-255-28 abortion pills for sale in soweto
%in Soweto+277-882-255-28 abortion pills for sale in soweto%in Soweto+277-882-255-28 abortion pills for sale in soweto
%in Soweto+277-882-255-28 abortion pills for sale in soweto
 
Right Money Management App For Your Financial Goals
Right Money Management App For Your Financial GoalsRight Money Management App For Your Financial Goals
Right Money Management App For Your Financial Goals
 
VTU technical seminar 8Th Sem on Scikit-learn
VTU technical seminar 8Th Sem on Scikit-learnVTU technical seminar 8Th Sem on Scikit-learn
VTU technical seminar 8Th Sem on Scikit-learn
 
+971565801893>>SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHAB...
+971565801893>>SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHAB...+971565801893>>SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHAB...
+971565801893>>SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHAB...
 
AI & Machine Learning Presentation Template
AI & Machine Learning Presentation TemplateAI & Machine Learning Presentation Template
AI & Machine Learning Presentation Template
 
WSO2CON 2024 - Cloud Native Middleware: Domain-Driven Design, Cell-Based Arch...
WSO2CON 2024 - Cloud Native Middleware: Domain-Driven Design, Cell-Based Arch...WSO2CON 2024 - Cloud Native Middleware: Domain-Driven Design, Cell-Based Arch...
WSO2CON 2024 - Cloud Native Middleware: Domain-Driven Design, Cell-Based Arch...
 

OData, External objects & Lightning Connect

  • 1. © Copyright 2014 BMC Software, Inc. 1 — Product Developer Remedyforce @Prasanna__d April 18 / 2015 Prasanna Deshpande OData, External Objects & Lightning Connect
  • 2. © Copyright 2014 BMC Software, Inc. 2Internal Use Only Session outline • OData • Specification • Designing • External objects • Advance External objects • Lightning Connect • Demo
  • 3. © Copyright 2014 BMC Software, Inc. 3 — 01 oData
  • 4. © Copyright 2014 BMC Software, Inc. 4 OData specification From OData.org OData is a standardized protocol for creating and consuming data APIs. OData builds on core protocols like HTTP and commonly accepted methodologies like REST. The result is a uniform way to expose full-featured data APIs. Standardization effort This was proposed by Microsoft in 2009, OASIS standardized it 2014.
  • 5. © Copyright 2014 BMC Software, Inc. 5 OData block diagram
  • 6. © Copyright 2014 BMC Software, Inc. 6 OData over REST
  • 7. © Copyright 2014 BMC Software, Inc. 7 OData v2.0 URI – conventions • Metadata of the service • http://services.odata.org/OData/OData.svc/ and http://services.odata.org/OData/OData.svc/$m etadata • Query Examples • http://services.odata.org/OData/OData.svc/Categories - Brings all categories • http://services.odata.org/OData/OData.svc/Categories(1) – Brings category with key 1 • http://services.odata.org/OData/OData.svc/Categories(1)/Name - Brings Name for the category with key 1
  • 8. © Copyright 2014 BMC Software, Inc. 8 OData adoption • Microsoft • SAP • Red Hat • IBM • Salesforce
  • 9. © Copyright 2014 BMC Software, Inc. 9 OData developer libraries • Java – Apache Olingo, odata4j • .NET – WCF services, AdaptiveLINQ, OData client code generator • Javascript – ODatajs beta, datajs, JayData, node-odata • C++ - ODatacpp • Python - ODatapy
  • 10. Producers - • Cloud Drivers • IBM DB2 & Infomix • Microsoft Dynamics CRM 2011 • SAP NetWeaver Gateway • SharePoint • SQL Server 2012 • Teiid (JBOSS) • Team Foundation Server • Windows Azure Table Storage Consumers- • ADO.NET Driver • JDBC Driver • Joomla • Lightning Connect • Drupal • Excel Add-In • Modern Browsers • Telerik Reporting OData Ecosystem
  • 11. © Copyright 2014 BMC Software, Inc. 11 — External Objects 02
  • 12. © Copyright 2014 BMC Software, Inc. 12 What are External Objects • An Alternative to ETL ▪ Extract-Transform-Load is very popular for data synchronization • Using External Objects for Integration Expose OData or proprietary data in your Salesforce org • Using the meta data model (EDM) exposed by OData service, the platform can create a custom object & fields. This object will have an extension __x which is differentiated from custom object __c.
  • 13. © Copyright 2014 BMC Software, Inc. 13 What I can do with External objects
  • 14. © Copyright 2014 BMC Software, Inc. 14 External Objects Limits • At max 100 external objects can be defined per org • External objects are read-only • Note, attachments, workflows, apex sharing rules, approval process, record level security, field level security, triggers etc. are not supported • Formula field cannot reference External objects • Auto number, encrypted field, Text area, Formula, geolocation, master-detailed etc. fieldtypes are not supported More info here
  • 15. © Copyright 2014 BMC Software, Inc. 15 External Objects lookup fields • Mainly two type of external lookup relationship • External lookup relationship - An external lookup relationship links a child standard, custom, or external object to a parent external object • Indirect lookup relationships - An indirect lookup relationship links a child external object to a parent standard or custom object.
  • 16. © Copyright 2014 BMC Software, Inc. 16 — 03 Lightning Connect Demo
  • 17. © Copyright 2014 BMC Software, Inc. 17 — Thank You — Bring IT to Life.™
  • 18. © Copyright 2014 BMC Software, Inc. 18 Bring IT to Life
  • 19. © Copyright 2014 BMC Software, Inc. 19
  • 20. • OData – http://odata.org • OData URI conventions - http://www.odata.org/documentation/odata- version-2-0/uri-conventions • Slides referred - http://www.slideshare.net/metadaddy/odata-a-standard-api- for-data-access , http://www.slideshare.net/developerforce/df13-using- external-objects-for-integration-mt • Tutorial - http://developerforce.github.io/lightning-connect- tutorial/index.html References: 18 April 2015 Twitter: @Prasanna__d20