Checklist progress
0/168Learned
Heroku Architect
Study Checklist
Checklist progress
0/168Learned
Recommend architectures that use Heroku Connect appropriately, including the correct use of External IDs.
0/13
When should an architect choose Heroku Connect accelerated streaming over polling?
Learn this conceptRecommend techniques to integrate Heroku apps with the Salesforce Lightning Platform, and understand when to apply particular techniques.
0/11
Prepare for the Exam
Study Community
Ask questions and get the latest info from other Heroku Architect studiers.
Heroku Connect is a data replication tool for syncing Salesforce and Heroku Postgres, suitable for scenarios requiring data storage in both systems. It is the wrong choice when you need real-time access to external data without copying it, or when you need to offload processing logic without storing the data in Postgres. Architects should recommend Salesforce Connect for data virtualization or REST APIs and Callouts for custom UIs and event processing.