Skip to content

Example implementation of an indexer for Salesforce data using the Streaming API

Notifications You must be signed in to change notification settings

dtmtec/streaming-api-indexer

Repository files navigation

Streaming API Indexer

Example implementation of an indexer for Salesforce data using the Streaming API

Install

As usual:

bundle install
gem install foreman

Configure the environment variables in a .env:

SALESFORCE_CLIENT_ID=<client-id>
SALESFORCE_CLIENT_SECRET=<A-SECRET>
SALESFORCE_SECURITY_TOKEN=<security-token>
SALESFORCE_USERNAME=<your-username>
SALESFORCE_PASSWORD=<your-user-password>

Create the push topic:

ruby create_push_topic.rb

Run the indexer with:

ruby indexer.rb

About

Example implementation of an indexer for Salesforce data using the Streaming API

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages