Upgrade to Pro — share decks privately, control downloads, hide ads and more …

Salesforce1 Lightning dev week - Lightning Connect

Salesforce1 Lightning dev week - Lightning Connect

Connect and access data from external sources. An introduction and approach to External Objects using Lightning Connect.

Aldo Fernandez

March 12, 2015
Tweet

More Decks by Aldo Fernandez

Other Decks in Technology

Transcript

  1. Safe Harbor Safe harbor statement under the Private Securities Litigation

    Reform Act of 1995: This presentation may contain forward-looking statements that involve risks, uncertainties, and assumptions. If any such uncertainties materialize or if any of the assumptions proves incorrect, the results of salesforce.com, inc. could differ materially from the results expressed or implied by the forward-looking statements we make. All statements other than statements of historical fact could be deemed forward-looking, including any projections of subscriber growth, earnings, revenues, or other financial items and any statements regarding strategies or plans of management for future operations, statements of belief, any statements concerning new, planned, or upgraded services or technology developments and customer contracts or use of our services. The risks and uncertainties referred to above include – but are not limited to – risks associated with developing and delivering new functionality for our service, our new business model, our past operating losses, possible fluctuations in our operating results and rate of growth, interruptions or delays in our Web hosting, breach of our security measures, risks associated with possible mergers and acquisitions, the immature market in which we operate, our relatively limited operating history, our ability to expand, retain, and motivate our employees and manage our growth, new releases of our service and successful customer deployment, our limited history reselling non-salesforce.com products, and utilization and selling to larger enterprise customers. Further information on potential factors that could affect the financial results of salesforce.com, inc. is included in our annual report on Form 10-K for the most recent fiscal quarter ended July 31, 2011. This document and others are available on the SEC Filings section of the Investor Information section of our Web site. Any unreleased services or features referenced in this or other press releases or public statements are not currently available and may not be delivered on time or at all. Customers who purchase our services should make the purchase decisions based upon features that are currently available. Salesforce.com, inc. assumes no obligation and does not intend to update these forward-looking statements.
  2. Agenda ▪ Data Integration: the golden niche ▪ Traditional approach

    problem ▪ Real-time data integration ▪ OData protocol: the web SQL ▪ External Objects works as custom objects ▪ Demo ▪ Pros, Cons and Limitations ▪ Lightning Connect Roadmap
  3. Data Integration: the golden niche ▪ 28% data integration ▪

    Inbound / Outbound ▪ One-way / Bidirectional ▪ Target: ▪ Cloud to Cloud ▪ Cloud to Ground ▪ Ground to Cloud ▪ Mashups, Callouts, DataLoader, SOAP, REST, … (too many items to mention) Facts from Consulting world
  4. Traditional approach problem Salesforce org External data source RDBMS Apex

    class API Callout (read/write) SObjects ▪ Custom implementation (code) ▪ Data duplication ▪ Space consuming ▪ Synchronization ▪ Re-inventing the wheel
  5. Real-time data integration Salesforce org External data source RDBMS OData

    Service Lightning Connect OData protocol SObjects External Objects ▪ Declarative implementation (no code) ▪ Real-time access ▪ Data stored outside Salesforce ▪ Always up to date data ▪ Transform external data into NATIVE objects*
  6. OData protocol: the SQL for web ▪ Defines the best

    practices for building and consuming RESTful APIs ▪ Allows to forget about defining: ▪ Request/Response headers ▪ Status codes ▪ HTTP methods ▪ URL conventions ▪ Media types / payload format ▪ OData metadata: powerful generic service ▪ Check www.odata.org for more information
  7. What External Data Sources are Supported? Any Data Sources that

    can publish data in Open Data (OData) 2.0 protocol ▪ Commercial Packages – SAP Netweaver Gateway – Microsoft SQL Server, Dynamics CRM/NAV, 
 Azure Table Services – IBM Websphere exTreme Scale – Heroku Connect External Objects – Oracle Open XDX ▪ DIY Data Producer – .Net WCF Data Services, Java (Apache Olingo, odata4j), NodeJS ▪ Many more via partners
  8. Pros, Cons and Limitations ✗ Formula and Roll-up Summary Fields

    ✗ Triggers, Workflow, Approvals, Process ✗ Validation Rules ✗ Field History Tracking ✗ Notes, Attachments ✗ Read-only (GA Spring’15) ✗ Field accessibility/Sharing ✗ Lookups only ✗ Reports ✗ 10k queries p/hr (EE, XE, UE) ✓ Tabs ✓ List Views ✓ Detail Pages ✓ Chatter Feeds ✓ Visualforce pages with standard or custom controllers ✓ Apex SObject types ✓ REST/SOAP API access ✓ SOQL and SOSL queries from Apex or API ✓ Available on Salesforce1 Mobile Platform ✓ Package friendly
  9. Lightning Connect Roadmap ▪ Read-only access is GA in Spring

    ‘15 ▪ Pilot in Spring ’15 – Read/write capability – Real-time cross-org access – Apex Connector library to develop custom connectors ▪ FUTURE* ▪ OData 4.0 – Support for triggers ▪ Custom Reports for External Objects * Safe Harbor
  10. Thank You! Lightning Connect Connect and access data from external

    sources Salesforce1 Lightning Developer Week March 12, 2015 #UYSDUG Aldo Fernandez Technical Consultant @aldoforce #lightningdevweek #uysdug