|
3 | 3 | # radar-output |
4 | 4 | [](https://artifacthub.io/packages/helm/radar-base/radar-output) |
5 | 5 |
|
6 | | -   |
| 6 | +   |
7 | 7 |
|
8 | 8 | A Helm chart for RADAR-base output restructure service. This application reads data from intermediate storage and restructure the data into project-> subject-id-> data topic -> data split per hour. This service offers few options to choose the source and target of the pipeline. |
9 | 9 |
|
@@ -107,12 +107,17 @@ A Helm chart for RADAR-base output restructure service. This application reads d |
107 | 107 | | paths.input | string | `"topics"` | Relative path to intermediate storage root to browse for data | |
108 | 108 | | paths.output | string | `"output"` | Relative path to output storage to write data | |
109 | 109 | | paths.factory | string | `"org.radarbase.output.path.FormattedPathFactory"` | Output path construction factory | |
| 110 | +| paths.path.format | string | `"${projectId}/${userId}/${topic}/${filename}"` | Output path format | |
110 | 111 | | paths.properties | object | `{}` | Additional properties. For details see https://github.com/RADAR-base/radar-output-restructure/blob/master/restructure.yml | |
111 | 112 | | topics | object | `{"questionnaire_response":{"pathProperties":{"format":"${projectId}/${userId}/${topic}/${value:name}/${filename}","plugins":"fixed value"}}}` | Individual topic configuration | |
112 | 113 | | topics.questionnaire_response.pathProperties.format | string | `"${projectId}/${userId}/${topic}/${value:name}/${filename}"` | Alternative path output of the questionnaire_response topic | |
113 | 114 | | topics.questionnaire_response.pathProperties.plugins | string | `"fixed value"` | Alternative path plugins of the questionnaire_response topic | |
114 | 115 | | deduplication.enable | bool | `true` | Whether to enable deduplication | |
115 | 116 | | compression.type | string | `"gzip"` | Compression type to use for output files. Can be one of: gzip, zip, none | |
| 117 | +| hpa.enabled | bool | `false` | Enable HPA | |
| 118 | +| hpa.maxReplicas | int | `5` | Maximum number of replicas | |
| 119 | +| hpa.targetCPU | int | `80` | Target CPU utilization percentage | |
| 120 | +| hpa.targetMemory | string | `nil` | Target Memory utilization percentage | |
116 | 121 |
|
117 | 122 | ## Cost Considerations |
118 | 123 |
|
|
0 commit comments