-
Notifications
You must be signed in to change notification settings - Fork 1
/
GCP-Overview.gv
161 lines (135 loc) · 3.45 KB
/
GCP-Overview.gv
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
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
#include "gcp.pp"
graph G {
graph [
fontname = "Roboto",
fontsize = 20,
fontcolor = "BLUE700",
label = "Google Cloud Platform Services Overview",
labelloc = "t",
labeljust = "l"
bgcolor = "GREY50",
splines = true
];
node [fontname = "Roboto", fontsize = 10, fontcolor = "GREY900"];
edge [color = "GREY300"];
GCP [BOX_PARAMS, image="images/gcp-logo.svg", label=""]
Compute [BOX_PARAMS]
GCE COMPUTE_ENGINE()
GAE APP_ENGINE()
GKE CONTAINER_ENGINE()
GCR CONTAINER_REGISTRY()
CFN CLOUD_FUNCTIONS()
Store [BOX_PARAMS, label="Storage and Databases"]
Storage CLOUD_STORAGE()
SQL CLOUD_SQL()
BigTable CLOUD_BIGTABLE()
Datastore CLOUD_DATASTORE()
Pers PERSISTENT_DISK()
Networking [BOX_PARAMS]
Virtual CLOUD_VIRTUAL_NETWORK()
LB CLOUD_LOAD_BALANCING()
CDN CLOUD_CDN()
Interconn CLOUD_INTERCONNECT()
DNS CLOUD_DNS()
BigData [BOX_PARAMS, label="Big Data"]
BQ BIG_QUERY()
Datalow CLOUD_DATAFLOW()
Dataproc CLOUD_DATAPROC()
Datalab CLOUD_DATALAB()
PubSub CLOUD_PUBSUB()
Genomics GENOMICS()
ML [BOX_PARAMS, label="Machine Learning"]
CML CLOUD_MACHINE_LEARNING()
Jobs JOBS_API()
NLP NATURAL_LANGUAGE_API()
Speech SPEECH_API()
Trans TRANSLATION_API()
Vision VISION_API()
MGMT [BOX_PARAMS, label="Management Tools"]
Stackdriver STACKDRIVER()
Monitoring MONITORING()
Log LOGGING()
Err ERROR_REPORTING()
Trace TRACE()
Debug DEBUGGER()
Deploy DEPLOYMENT_MANAGER()
Endpoints CLOUD_ENDPOINTS()
Console CLOUD_CONSOLE()
Shell CLOUD_SHELL()
MobileApp CLOUD_MOBILE_APP()
Billing BILLING_API()
APIs CLOUD_APIS()
DevTools [BOX_PARAMS, label="Developer Tools"]
SDK CLOUD_SDK()
Git CLOUD_SOURCE_REPOSITORIES()
Android CLOUD_TOOLS(Cloud Tools for Android Studio)
IntelliJ CLOUD_TOOLS(Cloud Tools for IntelliJ)
PowerShell CLOUD_TOOLS(Cloud Tools for PowerShell)
VisualStudio CLOUD_TOOLS(Cloud Tools for Visual Studio)
Eclipse CLOUD_TOOLS(Google Plugin for Eclipse)
TestLab CLOUD_TEST_LAB()
ID [BOX_PARAMS, label="Identity & Security"]
IAM CLOUD_IAM()
ResMan CLOUD_RESOURCE_MANAGER()
Security CLOUD_SECURITY_SCANNER()
GCP -- Compute
Compute -- GCE
Compute -- GAE
Compute -- GKE
Compute -- GCR
Compute -- CFN
GCP -- Store
Store -- Storage
Store -- SQL
Store -- BigTable
Store -- Datastore
Store -- Pers
GCP -- Networking
Networking -- Virtual
Networking -- LB
Networking -- CDN
Networking -- Interconn
Networking -- DNS
GCP -- BigData
BigData -- BQ
BigData -- Datalow
BigData -- Dataproc
BigData -- Datalab
BigData -- PubSub
BigData -- Genomics
GCP -- ML
ML -- CML
ML -- Jobs
ML -- NLP
ML -- Speech
ML -- Trans
ML -- Vision
GCP -- MGMT
MGMT -- Stackdriver
MGMT -- Monitoring
MGMT -- Log
MGMT -- Err
MGMT -- Trace
MGMT -- Debug
MGMT -- Deploy
MGMT -- Endpoints
MGMT -- Console
MGMT -- Shell
MGMT -- MobileApp
MGMT -- Billing
MGMT -- APIs
GCP -- DevTools
DevTools -- SDK
DevTools -- Deploy
DevTools -- Git
DevTools -- Android
DevTools -- IntelliJ
DevTools -- PowerShell
DevTools -- VisualStudio
DevTools -- Eclipse
DevTools -- TestLab
GCP -- ID
ID -- IAM
ID -- ResMan
ID -- Security
}