Send Feedback
Skip to content

OneTick US Comp (US Consolidated Equities) Accelerator Realtime Pipeline and Activ Feed

This page describes how to deploy the otrealtime pipeline.

The otrealtime pipeline ingests real time data from the Activ data feed, via a rt-activ-pub feed handler, into kdb Insights Enterprise.

Realtime pipeline

The realtime pipeline ingests US Comp data from the Active data feed. It can be deployed with a debug option to allow for investigation of the data as it flows through the pipeline.

Run the command below to deploy the real time pipeline:

kxi pm deploy fsi-app-ot-uscomp --pipeline otrealtime

Run time options

To run the pipeline in debug mode add a FSI_DEBUG flag to the command:

kxi pm deploy fsi-app-ot-uscomp --pipeline otrealtime --env FSI_DEBUG='true'

By default, the pipeline expects feed data in the America/New_York time zone and converts it to UTC. To use a different source time zone, set the FSI_ACTIV_TIMEZONE environment variable when starting the pipeline. The pipeline then converts from that time zone to UTC.

To run the pipeline with a different time zone, add a FSI_ACTIV_TIMEZONE option to the command:

kxi pm deploy fsi-app-ot-uscomp --pipeline otrealtime --env FSI_ACTIV_TIMEZONE='America/Los_Angeles'

The otrealtime pipeline is designed to work with the activ feedhandler out of the box. Refer to the quickstart guide for more information on how to install the feed.

Next steps

Back to top