Pull-Push
Last updated
Was this helpful?
Last updated
Was this helpful?
A Pull-Push pattern represents a situation when a pipeline needs to retrieve (pull) data from one integration, do some processing, and forward (push) it to another destination.
This situation is typical for pipelines that are and proactively pull data from or instead of being triggered from outside.
In this example, the pipeline pulls data from a database, checks that the dataset is not empty, does some processing for each of the items, and pushes them to another database one by one.