Streaming from APIs

For streaming data from APIs, you need to read data in your pipeline with the "API call" task:

When the pipeline is triggered, this task will make an API request to the API Endpoint, you have configured in your API integration and use the response data for the entire pipeline.

Some examples of the streaming pipelines from the API:

Streaming from API to a database

Streaming from API to API

Of course, the pipelines above are just examples and your real pipelines will most probably be more complicated and will contain more transformation and processing of data:

Last updated