Synchronize Data to Postgres With Change Data Capture
Integrating Salesforce apps with back-office often involves maintaining your own copy of Salesforce data. Salesforce’s Change Data Capture makes data replication straightforward by providing a reliable stream of data changes over the Salesforce event bus. In this session, we are going to show how to subscribe to the change stream and keep a Heroku Postgres copy of Salesforce Objects always up to date.