Skip to main content

Batch Configurable Feed

caution

Supported only in TimeBase 4.3

In Batch process aggregator periodically downloads only historical data from Feed provider and never subscribes for live data feeds.

  1. Edit Aggregator Processes: right-click the Aggregator box and select Edit Processes.
  2. New Configurable Feed Process: Select New... drop-down menu and select New Batch Configurable Feed. This will launch the Data Connector Wizard that is used to define a configurable feed process.
  1. Refer to Configure General Process Properties section for settings.
  2. Specific settings for Batch Configurable Feed:
PropertyDescription
Download modeLast Period to load data for a specified period up to now.
Fixed Interval to load data for a specified time interval in the past.
Backfill to incrementally load data.
Query DepthLength of the period to download data: [now-depth, now]. If the loading interval overlaps with the previously loaded data, the overlap will be overwritten.
  1. In "Last Period" and "Fixed Interval" modes aggregator repeats the same query after reconnection. In "Backfill" mode aggregator considers data which was loaded within interrupted session.
  2. Proceed through the Data Connector Wizard and complete the process configuration.
  3. After batch process start, history data will be loaded into the target stream.