Quick Start Guide¶
Starting all processes¶
Refinery with the Finance domain package has a different startup order to 'core' only startup. The key difference with Refinery + Finance is that not all processes have been migrated to new Refinery 5.0 pipelines. Some processes are still in workflows (as in versions earlier than Refinery 5.0).
The application start order is:
- Start Delta Control
- (Optionally start Delta Control daemon)
- Start the core workflows
REFINERY_CORE_AandREFINERY_ENTRYPOINT_0_a- (Optionally start
REFINERY_CORE_BandREFINERY_ENTRYPOINT_0_bfor a HA installation)
- Start the Refinery Process Manager
- Start the entrypoint pipelines
- Start the
REFINERY_FINANCE_Aworkflow- (Optionally start
REFINERY_FINANCE_Bworkflow for a HA installation)
- (Optionally start
- Start the data capture pipelines
- Start related workflows
Pipeline and workflow mapping¶
This table contains the mapping of pipelines and workflows that must be running together to fully support the data capture:
| Asset | Pipeline name | Workflow name |
|---|---|---|
| Equity | refinitivEquity |
DAAS_STACK_emea_launch_tr_marketData_eq_0_{a,b} |
| Future | refinitivFuture |
DAAS_STACK_emea_launch_tr_marketData_fut_0_{a,b} |
| Foreign Exchange | refinitivForeignExchange |
DAAS_STACK_emea_launch_tr_marketData_fx_0_{a,b} |
| Fixed Income | refinitivFixedIncome |
DAAS_STACK_emea_launch_tr_marketData_fi_0_{a,b} |
| Index | refinitivIndex |
DAAS_STACK_emea_launch_tr_marketData_idx_0_{a,b} |
| Listed Options | refinitivListedOptions |
DAAS_STACK_emea_launch_tr_marketData_lisOpt_0_{a,b} |
| Money Markets | refinitivMoneyMarket |
DAAS_STACK_emea_launch_tr_marketData_mn_0_{a,b} |
| Transaction Data | refinitivTransactionData |
DAAS_STACK_emea_launch_tr_transactionData_0_{a,b} |
Also note that the pipeline instance and workflow instances are now different:
| Instance | Pipeline | Workflow |
|---|---|---|
| Primary | 0 | A |
| Secondary | 1 | B |