Files
Tesi-Magistrale/project/workflow.yaml
Lorenzo Venerandi 5668295be3 Fix random stuff
2025-01-29 23:37:54 +01:00

21 lines
449 B
YAML

project_name: Test
tasks:
- name: Data Aggregation
type: processor_nats
code: task1.go
targets:
- edge
- cloud
source_topic: temp_sensor
dest_topic: aggregated_data
component_name: data_aggregation
version: 1.0.0
- name: Aiutatemi
type: processor_nats
code: danano.go
targets:
- edge
source_topic: test
dest_topic: temp_sensor
component_name: test_producer
version: 1.0.0