A streaming API works differently from a normal HTTP API. In case of a streaming API, the data is more continuous and event-driven.
The objective of this recipe is to create a flow which can consume streaming data from sources like Twitter, Facebook, and Salesforce. For this recipe the Salesforce Connector is used as a streaming inbound connector. The data from Salesforce would be stored in a database.