Heroku and External Email Application Flashcards
1
Q
What is Heroku?
A
Platform as a Service for app development and deployment bought by Salesforce in 2010.
2
Q
What is a Dyno?
A
- container that holds an application instance on the Heroku platform
- each dyno is an isolated execution environment with its own files, memory, and lightweight operating system
3
Q
What is Salesforce Connect?
A
- allows us to establish a connection between our Salesforce org and an external database
4
Q
What is Heroku Connect?
A
- allows us to establish a connection between a Heroku Postgres database and a Salesforce org
- Heroku Connect works in concert with Salesforce Connect
5
Q
What are some examples of Heroku Add-Ons?
A
- Heroku Postgres
- Heroku Connect
- Apache Kafka on Heroku
- Heroku Redis
6
Q
What is Heroku Postgres?
A
- Postgresql database that we can use to store data from our applications on the Heroku platform
7
Q
What is Apache Kafka on Heroku?
A
- Apache Kafka is a stream-processing software that follows the publisher-subscriber model
8
Q
What is Heroku Redis?
A
- Redis is an in-memory key-value database
9
Q
What external email applications does Salesforce support?
A
- Outlook Integration and Gmail Integration
- these services offer the ability to relate emails and events to Contact, Lead, or User records