Files
Tesi-Magistrale/project/workflow.yaml
Lorenzo Venerandi e282e2f388 Add example project
2025-01-29 00:44:03 +01:00

11 lines
553 B
YAML

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
- 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
version: 1.0.0