-
Notifications
You must be signed in to change notification settings - Fork 17
/
Copy pathmessage-collecting-gcp.yaml
92 lines (92 loc) · 2.73 KB
/
message-collecting-gcp.yaml
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
84
85
86
87
88
89
90
91
92
diagram:
name: Message Collecting Architecture on GCP
open: true
resources:
- id: pubsub
name: Pubsub
type: gcp.analytics.PubSub
relates:
- to: targets.data-flows.data-flow
direction: outgoing
- id: source-of-data
name: Source of Data
type: cluster
of:
- id: iot
name: IoT
type: group
of:
- id: first-iot
name: Core №1
type: gcp.iot.IotCore
- id: second-iot
name: Core №2
type: gcp.iot.IotCore
- id: third-iot
name: Core №3
type: gcp.iot.IotCore
relates:
- to: pubsub
direction: outgoing
- id: targets
name: Targets
type: cluster
of:
- id: data-flows
name: Data Flow
type: cluster
of:
- id: data-flow
name: Data Flow
type: gcp.analytics.Dataflow
relates:
- to: targets.data-lake.data-lake-group
direction: outgoing
- to: targets.event-driven.processing.engine
direction: outgoing
- to: targets.event-driven.serverless.function
direction: outgoing
- id: data-lake
name: Data Lake
type: cluster
of:
- id: data-lake-group
name: Data Lake Group
type: group
of:
- id: big-query
name: Big Query
type: gcp.analytics.BigQuery
- id: storage
name: Storage
type: gcp.storage.GCS
- id: event-driven
name: Event Driven
type: cluster
of:
- id: processing
name: Processing
type: cluster
of:
- id: engine
name: Engine
type: gcp.compute.AppEngine
relates:
- to: targets.event-driven.processing.bigtable
direction: outgoing
- id: bigtable
name: Bigtable
type: gcp.database.BigTable
- id: serverless
name: Serverless
type: cluster
of:
- id: function
name: Function
type: gcp.compute.Functions
relates:
- to: targets.event-driven.serverless.application-engine
direction: outgoing
- id: application-engine
name: Application Engine
type: gcp.compute.AppEngine