-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathquix.yaml
More file actions
83 lines (80 loc) · 2.39 KB
/
quix.yaml
File metadata and controls
83 lines (80 loc) · 2.39 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
# Quix Project Descriptor
# This file describes the data pipeline and configuration of resources of a Quix Project.
metadata:
version: 1.0
# This section describes the Deployments of the data pipeline
deployments:
- name: Live Train Data Generator
application: LiveTrainDataGenerator
deploymentType: Service
version: d68a0057c49937e6297efac349a6df34efa7565f
resources:
cpu: 200
memory: 500
replicas: 1
desiredStatus: Stopped
variables:
- name: LiveTrainData
inputType: OutputTopic
description: Sends the progress of the trains that are currently moving
required: true
value: LiveTrainData
- name: ArrivalDetection
application: ArrivalDetection
deploymentType: Service
version: latest
resources:
cpu: 200
memory: 500
replicas: 1
desiredStatus: Stopped
variables:
- name: LiveTrainData
inputType: InputTopic
description: Receives the progress of the trains that are currently moving
required: false
value: LiveTrainData
- name: ArrivalTrainData
inputType: OutputTopic
description: Sends the data from trains that are close to their destination
required: false
value: ArrivalTrainDatadddddddddd
- name: ArrivalTrainData2
inputType: OutputTopic
description: Sends the data from trains that are close to their destination
required: false
value: ArrivalTrainDatadddddddddd
- name: Dashboard
application: Dashboard
deploymentType: Service
version: 15398aad1565daedd6d9d38852bd92cf6f8303c7
resources:
cpu: 200
memory: 500
replicas: 1
publicAccess:
enabled: true
urlPrefix: dashboard-dac9cfc
desiredStatus: Stopped
variables:
- name: ArrivalTrainData
inputType: InputTopic
description: Receives the data from trains that are close to their destination
required: true
value: ArrivalTrainData
# This section describes the Topics of the data pipeline
topics:
- name: LiveTrainData
persisted: false
configuration:
partitions: 1
replicationFactor: 2
retentionInMinutes: 1440
retentionInBytes: 52428800
- name: ArrivalTrainData
persisted: false
configuration:
partitions: 1
replicationFactor: 2
retentionInMinutes: 1440
retentionInBytes: 52428800