Improved parallel building

This commit is contained in:
Lorenzo Venerandi
2025-01-29 18:43:49 +01:00
parent 0490884213
commit 8246538ac5
3 changed files with 52 additions and 10 deletions

View File

@@ -1,11 +1,21 @@
project_name: Test
tasks:
- name: Data Aggregation # Displayed name
type: processor_nats # Used to select template
code: task1.go # Go code file inside tasks/ dir
target: # Where the component will be deployed
- name: Data Aggregation
type: producer_nats
code: task1.go
targets:
- edge
- cloud
source_topic: temp_sensor # Source NATS topic
dest_topic: aggregated_data # Destination NATS topic
component_name: data_aggregation # Component name displayed in the OCI artifact
source_topic: temp_sensor
dest_topic: aggregated_data
component_name: data_aggregation
version: 1.0.0
- name: Daniele pelato
type: processor_nats
code: danano.go
targets:
- edge
source_topic: temp_sensor
dest_topic: sexo
component_name: liscio
version: 1.0.0