Heroku Demo

of 10 /10
HEROKU FOR SMALL TEAMS LEVERAGING YOUR APEX CHOPS TO GET STARTED WITH HEROKU AND BUILD BIG THINGS JULY 2016 | MELISSA PRCIC @MELISSAPRCIC

Embed Size (px)

Transcript of Heroku Demo

Heroku for small teams

Heroku for small teamsLeveraging your apex chops to get started with heroku and build big thingsJuly 2016 | Melissa [email protected]

OverviewLeveraging your Salesforce Apex & SOQL skills into success with Java & Postgres on HerokuUse CasesArchitecture OverviewDemo!ResourcesQA2

#

Salesforce Skills will get you far3DataJavaPostgreSQL

#

Use cases (non front-end)4

#

Stand for children Use CaseSynching Salesforce data to postgres in HerokuIntegrating with large external data setsBringing key insights back into salesforce

6With Connect

Synch Salesforce Data to PostgresScheduled Data AnalysisKey Insights posted into Salesforce

#

7Without Connect

Synch Salesforce Data to PostgresScheduled Data AnalysisKey Insights posted into Salesforce

#

DEMO!

#

Addons & Tools to Heroku Toolbelt - CLI tool for creating and managing Heroku appsKnow it, love it, its your new best friend

Dataclips!Secure URL with the results of a SQL Query. Dynamic or Static. https://blog.heroku.com/simple_data_sharing_with_data_clips

RedsminWeb-based GUI for Redis

pgAdmin3Local GUI & Tool for Postgres

PapertrailLogging & Monitoring

9

#

ResourcesTools & Referencehttps://devcenter.heroku.com/articles/heroku-postgresql#pg-push-and-pg-pullhttps://devcenter.heroku.com/articles/connecting-to-relational-databases-on-heroku-with-javahttps://devcenter.heroku.com/articles/heroku-postgresql#using-the-cliPatterns & Architecturehttps://engineering.heroku.com/blogs/2014-07-17-sf-streaming-api/Getting Started Learning Pathshttps://developer.salesforce.com/page/Introduction_to_the_Force.com_Web_Services_Connectorhttps://devcenter.heroku.com/articles/getting-started-with-java#introductionhttps://developer.salesforce.com/docs/atlas.en-us.api_streaming.meta/api_streaming/code_sample_java_client_intro.htm (HIGHLY recommend if using Streaming API)https://developer.salesforce.com/docs/atlas.en-us.integration_workbook.meta/integration_workbook/integration1_intro.htm

10

#