-
Notifications
You must be signed in to change notification settings - Fork 2
/
radar-DSI.json
254 lines (254 loc) · 10.2 KB
/
radar-DSI.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
[
{
"name": "Azure Data Factory",
"ring": "Adopt",
"quadrant": "Tools",
"isNew": false,
"description": "In our projects, we primarily use Azure Data Factory as an orchestration tool and for data ingestion in certain scenarios. This tool is particularly important for Data Engineers, but it's also beneficial for Power BI developers to understand, considering its significant role in Fabric."
},
{
"name": "Azure Data Lake Storage",
"ring": "Adopt",
"quadrant": "Tools",
"isNew": false,
"description": "Azure Data Lake Storage (ADLS) is a highly scalable and secure data lake that allows for data analytics and storage. It supports various data types and integrates seamlessly with Azure's analytics services."
},
{
"name": "Azure Databricks",
"ring": "Adopt",
"quadrant": "Tools",
"isNew": false,
"description": "Azure Databricks: A unified analytics platform powered by Apache Spark."
},
{
"name": "Azure DevOps",
"ring": "Adopt",
"quadrant": "Tools",
"isNew": false,
"description": "Azure DevOps is a suite of development tools from Microsoft, supporting a wide range of software development processes."
},
{
"name": "Azure Event Hubs",
"ring": "Assess",
"quadrant": "Tools",
"isNew": false,
"description": "Azure Event Hubs: A Scalable Data Ingestion Service"
},
{
"name": "Azure IoT Hub",
"ring": "Assess",
"quadrant": "Tools",
"isNew": false,
"description": "A cloud-based service enabling secure, bidirectional communication between IoT devices and applications."
},
{
"name": "Azure Logic Apps",
"ring": "Assess",
"quadrant": "Tools",
"isNew": false,
"description": "Azure Logic Apps: Cloud-Based Integration Service"
},
{
"name": "Azure SQL Database",
"ring": "Adopt",
"quadrant": "Tools",
"isNew": false,
"description": "A flexible, cloud-based relational database service from Microsoft, optimized for building cloud-native applications with managed services for scalability, security, and performance."
},
{
"name": "Azure Stream Analytics",
"ring": "Assess",
"quadrant": "Tools",
"isNew": false,
"description": "A real-time analytics and complex event-processing platform that integrates with Azure IoT Suite."
},
{
"name": "CI / CD",
"ring": "Adopt",
"quadrant": "Techniques",
"isNew": false,
"description": "CI/CD stands for Continuous Integration/Continuous Deployment, a method to frequently deliver apps to customers by introducing automation into the stages of app development."
},
{
"name": "DAX (Data Analysis Expressions)",
"ring": "Adopt",
"quadrant": "Languages and Frameworks",
"isNew": false,
"description": "( for movement to TC2 or BC2 this skil should be to the stadard of the level of PS3 and TS3)"
},
{
"name": "Data Governance",
"ring": "Trial",
"quadrant": "Techniques",
"isNew": false,
"description": "Data Governance refers to the overall management of the availability, usability, integrity, and security of data used in an organization. It encompasses the processes, policies, standards, and metrics that ensure effective and efficient use of information in enabling an organization to achieve its goals."
},
{
"name": "Data Management",
"ring": "Adopt",
"quadrant": "Techniques",
"isNew": false,
"description": "Data management involves developing and implementing plans, policies, and practices to control, protect, and optimize the value of data assets."
},
{
"name": "Data Modelling",
"ring": "Adopt",
"quadrant": "Techniques",
"isNew": false,
"description": "Data modelling involves creating a conceptual representation of data objects and their relationships, typically for the purpose of database design. It is an essential skill in database management, ensuring that data is stored both efficiently and accurately."
},
{
"name": "Data Modelling",
"ring": "Adopt",
"quadrant": "Techniques",
"isNew": false,
"description": "Data modelling involves creating a conceptual or physical representation of data objects and their relationships, typically for database design. It's a key skill in database management, ensuring data is stored efficiently and accurately."
},
{
"name": "Data Visualization",
"ring": "Adopt",
"quadrant": "Techniques",
"isNew": false,
"description": "Data Visualization facilitates understanding of data by displaying concepts, ideas, and facts using graphical representations."
},
{
"name": "DevOps",
"ring": "Adopt",
"quadrant": "Techniques",
"isNew": false,
"description": "DevOps is a set of practices that combines software development (Dev) and IT operations (Ops). It aims to shorten the systems development life cycle and provide continuous integration and delivery with high software quality."
},
{
"name": "Fabric Admin Portal",
"ring": "Adopt",
"quadrant": "Platforms",
"isNew": true,
"description": "The Microsoft Fabric Admin Portal is a centralized management interface for Microsoft's cloud infrastructure, offering tools for deployment, monitoring, and management of services."
},
{
"name": "Fabric",
"ring": "Adopt",
"quadrant": "Tools",
"isNew": true,
"description": "Microsoft Fabric is an all-in-one analytics solution for enterprises covering data movement, data science, Real-Time Analytics, and business intelligence."
},
{
"name": "GIT",
"ring": "Adopt",
"quadrant": "Tools",
"isNew": false,
"description": "Git is the preferred source-control system for many developers. It is a distributed version control system that allows you to track changes in your codebase, collaborate with others, and manage your project's history efficiently. Git is widely used in the software development industry and is an essential skill for any developer."
},
{
"name": "SQL",
"ring": "Adopt",
"quadrant": "Tools",
"isNew": false,
"description": "Atlassian Jira at Macaw: Backlog Management Essentials"
},
{
"name": "Macaw Data Factory (MDF)",
"ring": "Hold",
"quadrant": "Languages and Frameworks",
"isNew": false,
"description": "Macaw Data Factory or MDF, is an earlier, deprecated version of the SDP. Currently most likley no longer relevant except in case of legacy clients."
},
{
"name": "Power BI API",
"ring": "Adopt",
"quadrant": "Languages and Frameworks",
"isNew": false,
"description": "Power BI API: A set of APIs for integrating Microsoft's Power BI capabilities into applications and automating BI tasks."
},
{
"name": "Power Query",
"ring": "Adopt",
"quadrant": "Languages and Frameworks",
"isNew": false,
"description": "Power Query is a data connection technology that enables you to discover, connect, combine, and refine data across a wide variety of sources."
},
{
"name": "PowerShell",
"ring": "Adopt",
"quadrant": "Languages and Frameworks",
"isNew": false,
"description": "PowerShell is a task automation and configuration management framework from Microsoft, consisting of a command-line shell and associated scripting language built on .NET."
},
{
"name": "Profisee",
"ring": "Trial",
"quadrant": "Tools",
"isNew": false,
"description": "Profisee is a modern data management technology used for master data management (MDM). It enables organizations to create a single source of truth for their master data."
},
{
"name": "Microsoft Purview",
"ring": "Trial",
"quadrant": "Tools",
"isNew": false,
"description": "Microsoft Purview is a unified data governance service that helps organizations manage and govern their on-premises, multi-cloud, and software-as-a-service (SaaS) data. It enables data discovery, classification, and protection."
},
{
"name": "Requirements Definition and Management",
"ring": "Adopt",
"quadrant": "Techniques",
"isNew": false,
"description": "This process involves managing and defining requirements throughout the delivery and operational lifecycle, focusing on areas such as software, systems, data, processes, products, or services. It includes eliciting, analyzing, specifying, validating, and negotiating both functional and non-functional requirements."
},
{
"name": "SDP Blueprint",
"ring": "Adopt",
"quadrant": "Languages and Frameworks",
"isNew": false,
"description": "Read and understand the standard SDP blueprint where it exists."
},
{
"name": "SQL",
"ring": "Adopt",
"quadrant": "Languages and Frameworks",
"isNew": false,
"description": "SQL (Structured Query Language) is a powerful language for managing and manipulating databases."
},
{
"name": "Scrum & Agile",
"ring": "Adopt",
"quadrant": "Techniques",
"isNew": false,
"description": "Scrum & Agile methodologies are frameworks for managing and completing complex projects. They emphasize iterative progress, collaboration, and flexibility to adapt to changes."
},
{
"name": "Security",
"ring": "Adopt",
"quadrant": "Languages and Frameworks",
"isNew": false,
"description": "Refers to data and network security in our solutions."
},
{
"name": "Smart Data Platform (SDP)",
"ring": "Adopt",
"quadrant": "Platforms",
"isNew": false,
"description": "Our main focus for the data platform. The Macaw Gold Standard constantly evolving. Will be a Fabric and Databricks flavoured solution."
},
{
"name": "SparkSQL",
"ring": "Adopt",
"quadrant": "Languages and Frameworks",
"isNew": false,
"description": "SparkSQL is a module in Apache Spark for processing structured data using SQL and DataFrame APIs."
},
{
"name": "T-SQL",
"ring": "Adopt",
"quadrant": "Languages and Frameworks",
"isNew": false,
"description": "TSQL: Microsoft SQL Server's Powerful Extension"
},
{
"name": "UX Design",
"ring": "Adopt",
"quadrant": "Techniques",
"isNew": false,
"description": "UX Design entails the creation of intuitive, user-friendly interfaces for products, systems, or services, focusing on user interaction and experience."
}
]