Skip to main content

Streaming real-time data into a dataset

  • If you have data that updates in real-time, such as log files, test metrics, or tracking data, you can integrate it into the platform using the streaming API. Unlike scheduled data pulls, which retrieve updates at fixed intervals, the streaming API allows data to be pushed into a dataset whenever changes occur at the source. Since it reacts to data events rather than time-based schedules, it is the most efficient way to manage real-time data updates. For more details, refer to our API documentation.