-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathtech-radar-data.json
More file actions
40 lines (40 loc) · 1.02 KB
/
tech-radar-data.json
File metadata and controls
40 lines (40 loc) · 1.02 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
{
"quadrants": [
{ "name": "Languages & Frameworks" },
{ "name": "Tools" },
{ "name": "Platforms" },
{ "name": "Techniques" }
],
"rings": [
{ "name": "Adopt", "color": "#93c47d" },
{ "name": "Trial", "color": "#93d2c2" },
{ "name": "Assess", "color": "#fbdb84" },
{ "name": "Hold", "color": "#efafa9" }
],
"entries": [
{
"quadrant": 0,
"ring": 0,
"label": "React",
"description": "A JavaScript library for building user interfaces."
},
{
"quadrant": 1,
"ring": 1,
"label": "Docker",
"description": "A platform for developing, shipping, and running applications."
},
{
"quadrant": 2,
"ring": 1,
"label": "Kubernetes",
"description": "An open-source system for automating deployment, scaling, and management of containerized applications."
},
{
"quadrant": 3,
"ring": 0,
"label": "CI/CD",
"description": "Continuous Integration and Continuous Deployment practices."
}
]
}