Setting up Manual Bar Generation
This page provides a brief explanation of how to set up manual bar generation.
It is possible to generate bar data results by manually executing a pipeline using the KXI CLI .
The relevant pipeline code is in the bargeneration-pipeline-spec.q
file in each accelerator package. For details on how to deploy a pipeline from a package, refer to the package deploy documentation.
As an example of deploying the fixed income specific bar generation pipeline, the command is:
Shell
Copy
kxi pm deploy fsi-app-ice-fi --pipeline fi-bargeneration-pipeline-spec.q --env fi-bargeneration:DATE=2000.01.01
For more information, refer to the general bar generation documentation.