-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathplatform.json
380 lines (380 loc) · 11 KB
/
platform.json
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
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
{
"rings": [
{
"id": "adopt",
"name": "ADOPT",
"color": "#93c47d"
},
{
"id": "trial",
"name": "TRIAL",
"color": "#93d2c2"
},
{
"id": "assess",
"name": "ASSESS",
"color": "#fbdb84"
},
{
"id": "hold",
"name": "HOLD",
"color": "#efafa9"
}
],
"quadrants": [
{
"id": "infrastructure",
"name": "Infrastructure"
},
{
"id": "tools",
"name": "Tools"
},
{
"id": "languages",
"name": "Languages"
},
{
"id": "techniques",
"name": "Techniques"
}
],
"entries": [
{
"timeline": [
{
"moved": 0,
"ringId": "adopt",
"date": "2020-08-06T00:00:00.000Z",
"license": "Apache License 2.0",
"description": "Open source system for managing containerized applications across multiple hosts. It provides basic mechanisms for deployment, maintenance, and scaling of applications."
}
],
"url": "#",
"key": "kubernetes",
"id": "kubernetes",
"title": "Kubernetes",
"quadrant": "infrastructure"
},
{
"timeline": [
{
"moved": 0,
"ringId": "adopt",
"date": "2020-08-06T00:00:00.000Z",
"license": "MIT License",
"description": "GitLab is an open source end-to-end software development platform with built-in version control, issue tracking, code review, CI/CD, and more. Self-host GitLab on your own servers, in a container, or on a cloud provider."
}
],
"url": "#",
"key": "gitlab",
"id": "gitlab",
"title": "GitLab",
"quadrant": "infrastructure"
},
{
"timeline": [
{
"moved": 0,
"ringId": "adopt",
"date": "2020-08-06T00:00:00.000Z",
"license": "Apache License 2.0",
"description": "ArgoCD is a declarative GitOps tool built to deploy applications to Kubernetes."
}
],
"url": "#",
"key": "argocd",
"id": "argocd",
"title": "ArgoCD",
"quadrant": "infrastructure"
},
{
"timeline": [
{
"moved": 0,
"ringId": "adopt",
"date": "2020-08-06T00:00:00.000Z",
"license": "Mozilla Public License 2.0",
"description": "Vault is a tool for securely accessing secrets. A secret is anything that you want to tightly control access to, such as API keys, passwords, certificates, and more. Vault provides a unified interface to any secret, while providing tight access control and recording a detailed audit log."
}
],
"url": "#",
"key": "vault",
"id": "vault",
"title": "HashiCorp Vault",
"quadrant": "infrastructure"
},
{
"timeline": [
{
"moved": 0,
"ringId": "adopt",
"date": "2020-08-06T00:00:00.000Z",
"license": "GNU Lesser General Public License v3.0",
"description": "Open-source platform developed by SonarSource for continuous inspection of code quality to perform automatic reviews with static analysis of code to detect bugs, code smells on 17 programming languages."
}
],
"url": "#",
"key": "sonarqube",
"id": "sonarqube",
"title": "SonarQube",
"quadrant": "infrastructure"
},
{
"timeline": [
{
"moved": 0,
"ringId": "adopt",
"date": "2020-08-06T00:00:00.000Z",
"license": "Eclipse Public License 1.0",
"description": "Binary repository management."
}
],
"url": "#",
"key": "nexus",
"id": "nexus",
"title": "Nexus",
"quadrant": "infrastructure"
},
{
"timeline": [
{
"moved": 0,
"ringId": "adopt",
"date": "2020-08-06T00:00:00.000Z",
"license": "GNU Affero General Public License v3.0",
"description": "The open-source platform for monitoring and observability. Grafana allows you to query, visualize, alert on and understand your metrics no matter where they are stored. Create, explore, and share dashboards with your team and foster a data-driven culture."
}
],
"url": "#",
"key": "grafana",
"id": "grafana",
"title": "Grafana",
"quadrant": "infrastructure"
},
{
"timeline": [
{
"moved": 0,
"ringId": "adopt",
"date": "2020-08-06T00:00:00.000Z",
"license": "Apache License 2.0",
"description": "Prometheus, a Cloud Native Computing Foundation project, is a systems and service monitoring system. It collects metrics from configured targets at given intervals, evaluates rule expressions, displays the results, and can trigger alerts when specified conditions are observed."
}
],
"url": "#",
"key": "prometheus",
"id": "prometheus",
"title": "Prometheus",
"quadrant": "infrastructure"
},
{
"timeline": [
{
"moved": 0,
"ringId": "adopt",
"date": "2020-08-06T00:00:00.000Z",
"license": "Apache License 2.0",
"description": "OpenSearch is a community-driven, open source fork of Elasticsearch and Kibana following the licence change in early 2021."
}
],
"url": "#",
"key": "opensearch",
"id": "opensearch",
"title": "OpenSearch",
"quadrant": "infrastructure"
},
{
"timeline": [
{
"moved": 0,
"ringId": "trial",
"date": "2020-08-06T00:00:00.000Z",
"license": "Apache License 2.0",
"description": "Keycloak is an Open Source Identity and Access Management solution for modern Applications and Services."
}
],
"url": "#",
"key": "keycloak",
"id": "keycloak",
"title": "Keycloak",
"quadrant": "infrastructure"
},
{
"timeline": [
{
"moved": 0,
"ringId": "trial",
"date": "2020-08-06T00:00:00.000Z",
"license": "Apache License 2.0",
"description": "Open Policy Agent (OPA) is an open source, general-purpose policy engine that enables unified, context-aware policy enforcement across the entire stack."
}
],
"url": "#",
"key": "open-policy-agent",
"id": "open-policy-agent",
"title": "Open Policy Agent",
"quadrant": "infrastructure"
},
{
"timeline": [
{
"moved": 0,
"ringId": "trial",
"date": "2020-08-06T00:00:00.000Z",
"license": "Apache License 2.0",
"description": "An open platform for building developer portals."
}
],
"url": "#",
"key": "backstage",
"id": "backstage",
"title": "Backstage",
"quadrant": "infrastructure"
},
{
"timeline": [
{
"moved": 0,
"ringId": "trial",
"date": "2020-08-06T00:00:00.000Z",
"license": "",
"description": "Express 42 tool to measure SDLC and technical maturity."
}
],
"url": "#",
"key": "sdlc-and-tm-monitoring",
"id": "sdlc-and-tm-monitoring",
"title": "SDLC and TM monitoring",
"quadrant": "infrastructure"
},
{
"timeline": [
{
"moved": 0,
"ringId": "trial",
"date": "2020-08-06T00:00:00.000Z",
"license": "",
"description": "Система управления компетенциями, которая объединяет развитие сотрудников и цели компании."
}
],
"url": "#",
"key": "starsmap",
"id": "starsmap",
"title": "StarsMap",
"quadrant": "infrastructure"
},
{
"timeline": [
{
"moved": 0,
"ringId": "adopt",
"date": "2020-08-06T00:00:00.000Z",
"license": "Apache License 2.0",
"description": "Helm is a tool that streamlines installing and managing Kubernetes applications. Think of it like apt/yum/homebrew for Kubernetes."
}
],
"url": "#",
"key": "helm",
"id": "helm",
"title": "Helm",
"quadrant": "tools"
},
{
"timeline": [
{
"moved": 0,
"ringId": "adopt",
"date": "2020-08-06T00:00:00.000Z",
"license": "GNU General Public License",
"description": "Ansible is a radically simple IT automation system. It handles configuration management, application deployment, cloud provisioning, ad-hoc task execution, network automation, and multi-node orchestration. Ansible makes complex changes like zero-downtime rolling updates with load balancers easy."
}
],
"url": "#",
"key": "ansible",
"id": "ansible",
"title": "Ansible",
"quadrant": "tools"
},
{
"timeline": [
{
"moved": 0,
"ringId": "adopt",
"date": "2020-08-06T00:00:00.000Z",
"license": "Mozilla Public License 2.0",
"description": "Terraform is a tool for building, changing, and versioning infrastructure safely and efficiently. Terraform can manage existing and popular service providers as well as custom in-house solutions."
}
],
"url": "#",
"key": "terraform",
"id": "terraform",
"title": "Terraform",
"quadrant": "tools"
},
{
"timeline": [
{
"moved": 0,
"ringId": "adopt",
"date": "2020-08-06T00:00:00.000Z",
"license": "Python Software Foundation License",
"description": ""
}
],
"url": "#",
"key": "python",
"id": "python",
"title": "Python",
"quadrant": "languages"
},
{
"timeline": [
{
"moved": 0,
"ringId": "trial",
"date": "2020-08-06T00:00:00.000Z",
"license": "BSD 3-Clause 'New' or 'Revised' License",
"description": ""
}
],
"url": "#",
"key": "go",
"id": "go",
"title": "Go",
"quadrant": "languages"
},
{
"timeline": [
{
"moved": 0,
"ringId": "adopt",
"date": "2020-08-06T00:00:00.000Z",
"license": "",
"description": "Infrastructure as Code (IaC) is the managing and provisioning of infrastructure through code instead of through manual processes."
}
],
"url": "#",
"key": "iac",
"id": "iac",
"title": "Infrastructure as Code",
"quadrant": "techniques"
},
{
"timeline": [
{
"moved": 0,
"ringId": "trial",
"date": "2020-08-06T00:00:00.000Z",
"license": "",
"description": "Security Policy as Code is an approach to policy management in which policies are defined, updated, shared, and enforced using code."
}
],
"url": "#",
"key": "security-policy-as-code",
"id": "security-policy-as-code",
"title": "Security Policy as Code",
"quadrant": "techniques"
}
]
}