Download - Examples of Using Heroku With Force.com to Build Apps

Transcript
Page 1: Examples of Using Heroku With Force.com to Build Apps

Heroku – 5 Use CasesThe answer to Life, the Universe and everything !!

Vincent Spehner, Tquila, Heroku Practice Manager@vzmind and @herokusalesforceplaybook

Page 2: Examples of Using Heroku With Force.com to Build Apps

Safe harborSafe 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 product or service availability, 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, new products and services, 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, the outcome of any litigation, risks associated with completed and any 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 year and in our quarterly report on Form 10-Q for the most recent fiscal quarter. These documents and others containing important disclosures 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 presentations, 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.

Page 3: Examples of Using Heroku With Force.com to Build Apps

IntroductionLast year at Dreamforce to discuss with speakers talking about Heroku and to meet early adopters of the Platform.

▪ Released the first version of Heroku Salesforce Playbook on Xmas 2012

• Heroku history• Introduction to Heroku Toolbelt• Java and Ruby tutorial to get started

▪ Next release available soon (Xmas 2013)• Presenting 15 detailed use cases• Introduction to the different Salesforce APIs

Page 4: Examples of Using Heroku With Force.com to Build Apps

IntroductionToday the objective is to run a half marathon of 21 minutes.

▪ 5 use cases▪ 4 minutes 12 seconds per lap▪ A systematic approach

• Description of the issue to be solved• Architecture overview• Recommended addons, comments and tips

And get half of the answer to Life, the Universe and everything !!!

Page 5: Examples of Using Heroku With Force.com to Build Apps

“For a moment, nothing happened. Then, after a second or so, nothing continued to happen.”

Douglas Adams

Page 6: Examples of Using Heroku With Force.com to Build Apps

A little guidance to get startedHeroku usages in Salesforce context through 3 generic patterns:

▪ Data externalization• For any reason, Salesforce is not the perfect storage for you data• You have too much transactions, unstructured data, incredible volumes

▪ Raw computation externalization• Apex complexity too high, Governor limits hit whatever you do to avoid that• Heavy processes,

▪ UI freedom and end-user app design• VisualForce, Force.com Site or Site.com doesn’t solve perfectly your • Leverage modern web and mobile frameworks

Page 7: Examples of Using Heroku With Force.com to Build Apps

1 - Customer multi-channel appIssue to Solve:

▪ Interact with customer using any channel (SMS, Voice server, Mail, Twitter, Instagram)

Description:▪ Automate interactions with a maximum of flexibility▪ Retrieve lead information/cases and more transparently

Page 8: Examples of Using Heroku With Force.com to Build Apps

1 - Customer multi-channel app POC: 3-5 days

Page 9: Examples of Using Heroku With Force.com to Build Apps

1 - Customer multi-channel appFavorite Addons and API

▪ Mandrill: inbound and outbound email, delivery status, blacklisting monitoring.

▪ Twilio: SMS, VoIP, IVR▪ Twitter: automate tweet replies, analyze leads and case request

Comments and Tips:▪ Success condition for communication services is having a good API

• Creating a simple Twilio app should not take more than a day !!

Page 10: Examples of Using Heroku With Force.com to Build Apps

2 - Cloud Service MashupIssue to Solve:

▪ Enforce communication between various independent services• Salesforce API, Shopping.com, Google Analytics, D&B credit check

Description:▪ Act either as an end-point for Salesforce or external services

• Gather data and requests from multiple actors• Ensure process orchestration• Act as a middleware converting Data between services

Page 11: Examples of Using Heroku With Force.com to Build Apps

2 - Cloud Service Mashup POC: 3-5 days

Page 12: Examples of Using Heroku With Force.com to Build Apps

2 - Cloud Service MashupFavorite Addons

▪ Runscope: • awesome traffic inspector • send Apigee console to MiddleAge ☺

▪ IronMQ: • Message queuing that scale

Comments and Tips:▪ Heroku default available languages got libraries for most available API

• Salesforce, OpenAmplify, Google Analytics, shopping.com

Page 13: Examples of Using Heroku With Force.com to Build Apps

3 - Company PortalIssue to Solve:

▪ Publish, in total freedom, data and business logic stored and defined in Salesforce

Description:▪ Implement quickly all modern techno trends▪ Use any Open Source CMS from the market and plug it into your ORG▪ Give your tech team full control on your website

Page 14: Examples of Using Heroku With Force.com to Build Apps

3 - Company portal POC: 15-20 days

Page 15: Examples of Using Heroku With Force.com to Build Apps

3 - Company portalFavorite Addons and API

▪ DocRaptor: generate XLS or PDF based on your Salesforce data▪ Salesforce REST API

Comments and Tips:▪ Almost all CMS got a Salesforce connector▪ Heroku Connect revolutionizes App dev

Page 16: Examples of Using Heroku With Force.com to Build Apps

4 - Big DataIssue to Solve:

▪ Find a convenient and affordable storage system to implement Big Data corporate strategy

Description:▪ Build your Datawarehouse▪ Store all data you can gather from (customers, logs, legacy system,

transactions, competitors, connected devices, social network …)▪ Use State-of-the-Art technology to query hundreds of GB of Data

Page 17: Examples of Using Heroku With Force.com to Build Apps

4 - Big Data POC: 5-15 days

Page 18: Examples of Using Heroku With Force.com to Build Apps

4 - Big DataFavorite Addons and API

▪ Treasure Data: effective and easy to implement Hadoop Cluster

Comments and Tips:▪ Data is Petrol of XXI century !!!▪ Start indexing Data now

Page 19: Examples of Using Heroku With Force.com to Build Apps

5 - Social Platform extensionIssue to Solve:

▪ Create Facebook App to know better your Fan base

Description:▪ Facebook privacy policy is restrictive▪ Heroku is a perfect Facebook Apps hosting platform▪ Simple dedicated apps help you to know who are your customers

Page 20: Examples of Using Heroku With Force.com to Build Apps

5 - Social Platform extension POC: 5-7 days

Page 21: Examples of Using Heroku With Force.com to Build Apps

5 - Social Platform extensionFavorite Addons

▪ MongoLab for Facebook unstructured Data local storage

Comments and Tips:▪ Unstructured data match the Facebook Graph API▪ You can use unstructured Data to make sure all potential available

Data are stored … and may be use them later

Page 22: Examples of Using Heroku With Force.com to Build Apps

Bonus – Heroku1

Page 23: Examples of Using Heroku With Force.com to Build Apps

Conclusion

▪ Be creative, PoC are not expensive

▪ Use the right technology/language/datastore for the right challenge

▪ Download the playbook: http://herokusalesforceplaybook.com

▪ Share your ideas with Book authors

Page 24: Examples of Using Heroku With Force.com to Build Apps

All about Tquila

Tquila is the main European Salesforce Partner, specialized on Salesforce implementation, Mobile and Social applications. Only European Heroku Platinum Partner

▪ 102 customers

▪ 304 projects

▪ 250 employees

▪ 204 certifications

Page 25: Examples of Using Heroku With Force.com to Build Apps

Vincent SpehnerHeroku Practice Manager,

@vzmind and @herokusalesforceplaybook

http://herokusalesforceplaybook.com

“How many roads must a man walk down?”

Page 26: Examples of Using Heroku With Force.com to Build Apps