EGD
Type |
---|
'egd' |
This block is used to source raw data from any number of EGD exchanges. Its configuration fields are as follows:
Field | Type | Required | Default |
---|---|---|---|
transport_addr | String | yes | |
subs | Array | yes | |
log_level | String | 'off' | |
log_name | String | ||
options | Object |
subs
The subs
field determines which EGD exchanges to subscribe to.
Example EGD Config Block
"egd_source_block": {
"type": "egd",
"config": {
"transport_addr": "egd://localhost",
"subs": [
"4026531967/150/0/0",
"5126541937/151/2/1"
],
"log_level": "info",
"log_name": "egd_source",
"options": {
"foo": "bar"
}
}
}