1. Custom packages
The packages listed in.qi/index.json may be added to or overriden using a .qi/custom.json file, e.g.:
tp library in this example will override the qi tp package.
2. Custom q files
When a process starts (e.g.tp1 on a stack dev1), it will load the following files if they exist (from lowest to highest precedence):
| Location | Description |
|---|---|
src/common.q | Applies to all processes in this project |
src/tp/tp.q | Applies to all tickerplants in this project |
stacks/dev1/src/common.q | Applies to all processes in the dev1 stack |
stacks/dev1/src/tp/tp.q | Applies to all tickerplants in the dev1 stack |
stacks/dev1/src/tp/tp1.q | Applies to the tp1 process in the dev1 stack |