forked from datamesh-architecture/datamesh-architecture.com
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathliterature.html
574 lines (519 loc) · 30.6 KB
/
literature.html
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
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
<!DOCTYPE html>
<html lang="en">
<head>
<title>Data Mesh Architecture: Scientific Literature</title>
<meta charset="utf-8">
<meta name="description" content="Scientific literature on data mesh" />
<meta name="keywords" content="data mesh, data mesh architecture, domain-driven data analytics, data analytics, domain-driven design, domain ownership, data as a product, data product, federated governance, self-serve data platform, data platform">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="twitter:card" content="summary_large_image" />
<meta name="twitter:site" content="@innoq" />
<meta name="twitter:title" content="Data Mesh Architecture: Scientific Literature" />
<meta name="twitter:description" content="Scientific literature on data mesh" />
<!--<meta name="twitter:image" content="https://www.datamesh-architecture.com/images/scientific-literature.png" />
<meta name="twitter:image:alt" content="Real world learnings implementing data mesh" />-->
<meta property="og:url" content="https://datamesh-architecture.com" />
<meta property="og:title" content="Data Mesh Architecture: Scientific Literature" />
<meta property="og:description" content="Scientific literature on data mesh" />
<!-- <meta property="og:image" content="https://www.datamesh-architecture.com/images/real-world-learnings.png" /> -->
<link rel="preload" as="font" type="font/woff2" href="https://www.innoq.com/assets/MarkPro-Book.woff2?cachebuster=2" crossorigin="">
<link rel="preload" as="font" type="font/woff2" href="https://www.innoq.com/assets/MarkPro-Bold.woff2?cachebuster=2" crossorigin="">
<link rel="preload" as="font" type="font/woff2" href="https://www.innoq.com/assets/MarkPro-Heavy.woff2?cachebuster=2" crossorigin="">
<link rel="stylesheet" href="./css/style.css" />
<link rel="stylesheet" href="./css/0.9.3_css_bulma.css" />
<link rel="stylesheet" href="./css/font-awesome_6.0.0_css_all.css"/>
<link rel="shortcut icon" type="image/x-icon" href="/favicon.ico">
</head>
<body>
<nav class="navbar is-dark" role="navigation" aria-label="dropdown navigation">
<div class="container">
<div class="navbar-brand">
<span class="navbar-burger" data-target="navbarMenuHeroA">
<span></span>
<span></span>
<span></span>
</span>
</div>
<div id="navbarMenuHeroA" class="navbar-menu">
<div class="navbar-end">
<a href="/#why" class="navbar-item">
Why
</a>
<a href="/#what-is-data-mesh" class="navbar-item">
What
</a>
<div class="navbar-item has-dropdown is-hoverable">
<a href="/#how-to-design-a-data-mesh" class="navbar-link is-arrowless">
How
</a>
<div class="navbar-dropdown" id="navbarMenuArchitectureDropdown">
<a href="/#how-to-design-a-data-mesh" class="navbar-item">Data Mesh Architecture</a>
<hr class="navbar-divider">
<a href="/#data-product" class="navbar-item">Data Product</a>
<a href="/#federated-governance" class="navbar-item">Federated Governance</a>
<a href="/#analytical-data" class="navbar-item">Analytical Data</a>
<a href="/#ingesting" class="navbar-item">Ingesting</a>
<a href="/#clean-data" class="navbar-item">Clean Data</a>
<a href="/#analytics" class="navbar-item">Analytics</a>
<a href="/#data-platform" class="navbar-item">Data Platform</a>
<a href="/#enabling-team" class="navbar-item">Enabling Team</a>
</div>
</div>
<a href="#mesh" class="navbar-item">
Mesh
</a>
<div class="navbar-item has-dropdown is-hoverable">
<div class="navbar-link is-arrowless">
Specifications
</div>
<div class="navbar-dropdown" id="navbarMenuSpecificationsDropdown">
<a href="https://www.dataproduct-specification.com" class="navbar-item">Data Product Specification</a>
<a href="https://www.datacontract-specification.com" class="navbar-item">Data Contract Specification</a>
</div>
</div>
<div class="navbar-item has-dropdown is-hoverable">
<div class="navbar-link is-arrowless">
Open Source
</div>
<div class="navbar-dropdown" id="navbarMenuArchitectureToolsDropdown">
<a href="/data-product-canvas.html" class="navbar-item">Data Product Canvas</a>
<a href="/fitness-test.html" class="navbar-item">Fitness Test</a><a href="https://cli.datacontract.com" class="navbar-item">Data Contract CLI</a>
<a href="/open-source/aws.html" class="navbar-item">AWS Terraform Modules</a>
<a href="/open-source/gcp.html" class="navbar-item">GCP Terraform Modules</a>
</div>
</div>
<div class="navbar-item has-dropdown is-hoverable">
<a href="/#tech-stacks" class="navbar-link is-arrowless">
Tech Stacks
</a>
<div class="navbar-dropdown" id="navbarMenuTechStackDropdown">
<a href="/tech-stacks/google-cloud-bigquery" class="navbar-item">
Google Cloud BigQuery
</a>
<a href="/tech-stacks/aws-s3-athena" class="navbar-item">
AWS S3 and AWS Athena
</a>
<a href="/tech-stacks/azure-synapse-analytics.html" class="navbar-item">
Azure Synapse Analytics
</a>
<a href="/tech-stacks/dbt-snowflake.html" class="navbar-item">
dbt and Snowflake
</a>
<a href="/tech-stacks/databricks.html" class="navbar-item">
Databricks
</a>
<a href="/tech-stacks/minio-trino.html" class="navbar-item">
MinIO and Trino
</a>
<a href="/tech-stacks/sap.html" class="navbar-item">
SAP
</a>
</div>
</div>
<div class="navbar-item has-dropdown is-hoverable">
<a href="#domain-teams-journey" class="navbar-link is-arrowless">
Start the Journey
</a>
<div class="navbar-dropdown is-right" id="navbarMenuTransformationDropdown">
<a href="/#domain-teams-journey" class="navbar-item">
Domain Team’s Journey
</a>
<a href="/#data-teams-journey" class="navbar-item">
Data Team’s Journey
</a>
<a href="/literature.html" class="navbar-item">
Scientific Literature
</a>
<a href="/real-world-learnings.html" class="navbar-item">
Real World Learnings
</a>
</div>
</div>
<a href="https://www.datamesh-manager.com" class="navbar-item" style="color: #FF9B66">
Data Mesh Manager
</a>
</div>
</div>
</div>
</nav>
<div class="container">
<section class="section">
<nav class="breadcrumb" aria-label="breadcrumbs">
<ul>
<li><a href="/">Data Mesh Architecture</a></li>
<li class="is-active"><a href="#" aria-current="page">Scientific Literature</a></li>
</ul>
</nav>
<h1 class="title">Scientific Literature</h1>
<div class="notification is-info is-light">
<p>
We want this collection of publications to be a <strong>community effort</strong>. Please share your observations and learnings <a href="https://www.datamesh-architecture.com/#authors">with us</a> so we can put them up here for you, or <a href="https://github.com/datamesh-architecture/datamesh-architecture.com/edit/main/literature.html">add them yourself via a pull request yourself</a>.
</p>
</div>
<div class="notification is-warning is-light">
This overview is curated by <a href="https://www.linkedin.com/in/bode-jan/"><strong>Jan Bode</strong></a>.
<!-- List further contributors here -->
</div>
<p>
We provide an overview of <a href="#peer-reviewed-literature">peer-reviewed</a> and <a href="#unpublished-literature">unpublished</a> contributions and their major takeaways.
</p>
</section>
<section class="section">
<!-- Peer-reviewed literature goes here, see below for unpublished literature e.g., thesis or whitepaper -->
<h4 class="title is-4" id="peer-reviewed-literature">Peer-reviewed Literature</h4>
</section>
<!-- Please use the following template: -->
<!-- <section class="section content">
<div class="columns">
<div class="column">
<div class="title is-6">Title</div>
<blockquote>
<div class="csl-entry"><div>
</blockquote>
Source: <a href="http://...">http://... <i class="fa-solid fa-arrow-up-right-from-square"></i></a>
</div>
<div class="column">
<div class="title is-6">Takeaways</div>
<ul>
<li></li>
</ul>
</div>
</div>
</section> -->
<section class="section content">
<div class="columns">
<div class="column">
<div class="title is-6">A novel design for Data Processing Framework of Park-level Power System with Data Mesh concept</div>
<blockquote>
<div class="csl-entry">Li, J., Cai, S., Wang, L., Li, M., Li, J., & Tu, H. (2022). A novel design for Data Processing Framework of Park-level Power System with Data Mesh concept. <i>2022 IEEE International Conference on Energy Internet (ICEI)</i>, 153–158.</div>
</blockquote>
Source: <a href="https://doi.org/10.1109/ICEI57064.2022.00032">doi.org/10.1109/ICEI57064.2022.00032 <i class="fa-solid fa-arrow-up-right-from-square"></i></a>
</div>
<div class="column">
<div class="title is-6">Takeaways</div>
<ul>
<li>Design scheme for data processing using data mesh concept</li>
<li>Context: Park-level power system in China </li>
<li>Design components: Metadata center, Data service, Decoupling, Federated computing, Registry, Data infrastructure on the cloud, and Scheduling components</li>
</ul>
</div>
</div>
</section>
<section class="section content">
<div class="columns">
<div class="column">
<div class="title is-6">Enterprise Data Strategy: A Decentralized Data Mesh Approach</div>
<blockquote>
<div class="csl-entry">Butte, V. K., & Butte, S. (2022). Enterprise Data Strategy: A Decentralized Data Mesh Approach. <i>2022 International Conference on Data Analytics for Business and Industry, ICDABI 2022</i>, 62–66.</div>
</blockquote>
Source: <a href="https://doi.org/10.1109/ICDABI56818.2022.10041672">doi.org/10.1109/ICDABI56818.2022.10041672 <i class="fa-solid fa-arrow-up-right-from-square"></i></a>
</div>
<div class="column">
<div class="title is-6">Takeaways</div>
<ul>
<li>Overview: Concepts, reference architectures</li>
<li>Generic architectures at domain and mesh level</li>
<li>Data mesh cloud architecture</li>
</ul>
</div>
</div>
</section>
<section class="section content">
<div class="columns">
<div class="column">
<div class="title is-6">From a Monolithic PLM Landscape to a Federated Domain and Data Mesh</div>
<blockquote>
<div class="csl-entry">Hooshmand, Y., Resch, J., Wischnewski, P., & Patil, P. (2022). From a Monolithic PLM Landscape to a Federated Domain and Data Mesh. <i>Proceedings of the Design Society</i>, <i>2</i>, 713–722.</div>
</blockquote>
Source: <a href="https://doi.org/10.1017/PDS.2022.73">doi.org/10.1017/PDS.2022.73 <i class="fa-solid fa-arrow-up-right-from-square"></i></a>
</div>
<div class="column">
<div class="title is-6">Takeaways</div>
<ul>
<li>Transforming monolithic PLM landscape into a Data Mesh</li>
<li>Tools to overcome challenges in PLM landscape: Semantic web technology, Domain-driven design, Data mesh </li>
<li>Elements of proposed domain-driven landscape: Domain's context map, Domain structure and setup, Model-driven software components and services, Cross-layer semantic layer</li>
<li>Infrastructure for domain-driven PLM landscape: Domain agnostic, federated governance</li>
</ul>
</div>
</div>
</section>
<section class="section content">
<div class="columns">
<div class="column">
<div class="title is-6">CoK: A Survey of Privacy Challenges in Relation to Data Meshes</div>
<blockquote>
<div class="csl-entry">Podlesny, N. J., Kayem, A. V. D. M., & Meinel, C. (2022). CoK: A Survey of Privacy Challenges in Relation to Data Meshes. <i>Lecture Notes in Computer Science (Including Subseries Lecture Notes in Artificial Intelligence and Lecture Notes in Bioinformatics)</i>, <i>13426 LNCS</i>, 85–102.</div>
</blockquote>
Source: <a href="https://doi.org/10.1007/978-3-031-12423-57">doi.org/10.1007/978-3-031-12423-57 <i class="fa-solid fa-arrow-up-right-from-square"></i></a>
</div>
<div class="column">
<div class="title is-6">Takeaways</div>
<ul>
<li>Privacy challenges in data mesh due to distributed nature</li>
<li>Survey of privacy-related issues</li>
<li>Limitations of existing solutions</li>
<li>Need for performant algorithms to determine linkages across data repositories <em>on-the-fly </em></li>
</ul>
</div>
</div>
</section>
<section class="section content">
<div class="columns">
<div class="column">
<div class="title is-6">Agile Data Management in NAV: A Case Study</div>
<blockquote>
<div class="csl-entry">Vestues, K., Hanssen, G. K., Mikalsen, M., Buan, T. A., & Conboy, K. (2022). Agile Data Management in NAV: A Case Study. <i>Lecture Notes in Business Information Processing</i>, <i>445 LNBIP</i>, 220–235.</div>
</blockquote>
Source: <a href="https://doi.org/10.1007/978-3-031-08169-9_14">doi.org/10.1007/978-3-031-08169-9_14 <i class="fa-solid fa-arrow-up-right-from-square"></i></a>
</div>
<div class="column">
<div class="title is-6">Takeaways</div>
<ul>
<li>Case study: Norwegian Labor and Welfare Administration </li>
<li>18 semi-structured expert interviews</li>
<li>Challenges when transitioning from centralized towards agile data management using data mesh</li>
<li>Challenges: Change of control, Access management, Create data products, Establish ecosystem</li>
</ul>
</div>
</div>
</section>
<section class="section content">
<div class="columns">
<div class="column">
<div class="title is-6">Advancing Data Architectures with Data Mesh Implementations</div>
<blockquote>
<div class="csl-entry">Araújo Machado, I., Costa, C., & Santos, M. Y. (2022). Advancing Data Architectures with Data Mesh Implementations. <i>Lecture Notes in Business Information Processing</i>, <i>452</i>, 10–18.</div>
</blockquote>
Source: <a href="https://doi.org/10.1007/978-3-031-07481-3_2">doi.org/10.1007/978-3-031-07481-3_2 <i class="fa-solid fa-arrow-up-right-from-square"></i></a>
</div>
<div class="column">
<div class="title is-6">Takeaways</div>
<ul>
<li>Support for future data mesh implementations</li>
<li>Proposal for technological data mesh architecture</li>
<li>Evaluation and proof-of concept use case: Chocolate online seller</li>
</ul>
</div>
</div>
</section>
<section class="section content">
<div class="columns">
<div class="column">
<div class="title is-6">Finding Your Way Through the Jungle of Big Data Architectures</div>
<blockquote>
<div class="csl-entry">Priebe, T., Neumaier, S., & Markus, S. (2021). Finding Your Way Through the Jungle of Big Data Architectures. <i>Proceedings - 2021 IEEE International Conference on Big Data, Big Data 2021</i>, 5994–5996.</div>
</blockquote>
Source: <a href="https://doi.org/10.1109/BIGDATA52589.2021.9671862">doi.org/10.1109/BIGDATA52589.2021.9671862 <i class="fa-solid fa-arrow-up-right-from-square"></i></a>
</div>
<div class="column">
<div class="title is-6">Takeaways</div>
<ul>
<li>Overview and comparison of current big data architectures: Logical data warehouse, Data fabric, Data mesh</li>
<li>Goal: Provide guidance in choosing the right architecture</li>
<li>Proposed architectural framework based on <a href="https://www.dama.org/cpages/body-of-knowledge">DAMA-DMBOK</a> and <a href="https://www.archimatetool.com">ArchiMate</a></li>
</ul>
</div>
</div>
</section>
<section class="section content">
<div class="columns">
<div class="column">
<div class="title is-6">A Semantic Approach to Identifier Management in Engineering Systems</div>
<blockquote>
<div class="csl-entry">Mehmandarov, R., Waaler, A., Cameron, D., Fjellheim, R., & Pettersen, T. B. (2021). A Semantic Approach to Identifier Management in Engineering Systems. <i>Proceedings - 2021 IEEE International Conference on Big Data, Big Data 2021</i>, 4613–4616.</div>
</blockquote>
Source: <a href="https://doi.org/10.1109/BIGDATA52589.2021.9671515">doi.org/10.1109/BIGDATA52589.2021.9671515 <i class="fa-solid fa-arrow-up-right-from-square"></i></a>
</div>
<div class="column">
<div class="title is-6">Takeaways</div>
<ul>
<li>Approach for identifier management to improve system integration and system-to-system communication</li>
<li>Main challenge: Identifier mapping in distributed architectures</li>
<li>Further challenges: Minimize domain expert - IT system knowledge gap, Data contextualization</li>
<li>Applicable for oil and gas industry, as well as similar sectors of engineering</li>
</ul>
</div>
</div>
</section>
<section class="section content">
<div class="columns">
<div class="column">
<div class="title is-6">Data governance in data mesh infrastructures: The Saxo bank case study</div>
<blockquote>
<div class="csl-entry">Joshi, D., Pratik, S., & Rao, M. P. (2021). Data governance in data mesh infrastructures: The Saxo bank case study. <i>Proceedings of the International Conference on Electronic Business (ICEB)</i>, <i>21</i>, 599–604.</div>
</blockquote>
Source: <a href="https://aisel.aisnet.org/iceb2021/52/">https://aisel.aisnet.org/iceb2021/52/ <i class="fa-solid fa-arrow-up-right-from-square"></i></a>
</div>
<div class="column">
<div class="title is-6">Takeaways</div>
<ul>
<li>Proposal: Federated data governance in data mesh infrastructure</li>
<li>Key elements: Data catalogue, Data quality, Data ownership</li>
<li>Selected impacts: Ecosystem expansion, Innovation, UX improvements</li>
<li>Selected challenges: Compliance, Align business and technology, Tool integration, Culture and change management</li>
<li>Example case study and implementation guideline: Saxo Bank</li>
</ul>
</div>
</div>
</section>
<section class="section content">
<div class="columns">
<div class="column">
<div class="title is-6">Data Mesh: Concepts and Principles of a Paradigm Shift in Data Architectures</div>
<blockquote>
<div class="csl-entry">Machado, I. A., Costa, C., & Santos, M. Y. (2021). Data Mesh: Concepts and Principles of a Paradigm Shift in Data Architectures. <i>Procedia Computer Science</i>, <i>196</i>, 263–271.</div>
</blockquote>
Source: <a href="https://doi.org/10.1016/J.PROCS.2021.12.013">doi.org/10.1016/J.PROCS.2021.12.013 <i class="fa-solid fa-arrow-up-right-from-square"></i></a>
</div>
<div class="column">
<div class="title is-6">Takeaways</div>
<ul>
<li>Motivation for the emerging paradigm shift</li>
<li>Comprehensive overview: Data mesh features and approaches</li>
<li>Comparison of different approaches</li>
<li>Description of recent implementations at Zalando and Netflix</li>
</ul>
</div>
</div>
</section>
<section class="section content">
<div class="columns">
<div class="column">
<div class="title is-6">Data-Driven Information Systems: The Data Mesh Paradigm Shift</div>
<blockquote>
<div class="csl-entry">Machado, I., Costa, C., & Santos, M. Y. (2021). Data-Driven Information Systems: The Data Mesh Paradigm Shift. <i>International Conference on Information Systems Development (ISD)</i>.</div>
</blockquote>
Source: <a href="https://aisel.aisnet.org/isd2014/proceedings2021/currenttopics/9">https://aisel.aisnet.org/isd2014/proceedings2021/currenttopics/9 <i class="fa-solid fa-arrow-up-right-from-square"></i></a>
</div>
<div class="column">
<div class="title is-6">Takeaways</div>
<ul>
<li>Contribution: Data mesh domain model and conceptual architecture</li>
<li>Domain model construct based on DATSIS principles and their relationships</li>
<li>Conceptual architecture based on: Security machanism, Nodes and catalog, Self-serve data platform, and Infrastructure
</ul>
</div>
</div>
</section>
<section class="section content">
<div class="columns">
<div class="column">
<div class="title is-6">Exploring the Benefits of Blockchain-Powered Metadata Catalogs in Data Mesh Architecture</div>
<blockquote>
<div class="csl-entry"> Anton Dolhopolov, Arnaud Castelltort, and Anne Laurent. 2023. Exploring the Benefits of Blockchain-Powered Metadata Catalogs in Data Mesh Architecture. <i> 6TH WORKSHOP ON BLOCKCHAINS FOR INTER-ORGANIZATIONAL COLLABORATION (BIOC’23)</i>.</div>
</blockquote>
Source: <a href="https://hal.umontpellier.fr/hal-04156089/document">https://hal.umontpellier.fr/hal-04156089/document<i class="fa-solid fa-arrow-up-right-from-square"></i></a>
</div>
<div class="column">
<div class="title is-6">Takeaways</div>
<ul>
<li>Formalisation of 3 types of metadata catalog: centralized, federated (distributed), decentralized</li>
<li>Proposal of a federated metadata catalog model based on blockchain technologies</li>
</ul>
</div>
</div>
</section>
<section class="section content">
<div class="columns">
<div class="column">
<div class="title is-6">Implementing a Blockchain-Powered Metadata Catalog in Data Mesh Architecture</div>
<blockquote>
<div class="csl-entry"> Anton Dolhopolov, Arnaud Castelltort, and Anne Laurent. Implementing a Blockchain-Powered Metadata Catalog in Data Mesh Architecture. <i>5th International Blockchain Congress (2023)</i>.</div>
</blockquote>
Source: <a href="https://hal.umontpellier.fr/hal-04156134/document">https://hal.umontpellier.fr/hal-04156134/document <i class="fa-solid fa-arrow-up-right-from-square"></i></a>
</div>
<div class="column">
<div class="title is-6">Takeaways</div>
<ul>
<li>Metadata catalog prototype based on Hyperledger Fabric</li>
<li>Using metadata model asset & Smart Contracts as automatic metadata governance tools</li>
<li>Data Product consumption workflow based on metadata propagation in the ledger</li>
</ul>
</div>
</div>
</section>
<section class="section">
<!-- Unpublished content e.g. Master thesis, white papers etc. go here -->
<h4 class="title is-4" id="unpublished-literature">Unpublished Literature</h4>
</section>
<!-- Please use the following template: -->
<!-- <section class="section content">
<div class="columns">
<div class="column">
<div class="title is-6">Title</div>
<blockquote>
<div class="csl-entry"><div>
</blockquote>
Source: <a href="http://...">http://... <i class="fa-solid fa-arrow-up-right-from-square"></i></a>
</div>
<div class="column">
<div class="title is-6">Takeaways</div>
<ul>
<li></li>
</ul>
</div>
</div>
</section> -->
<section class="section content">
<div class="columns">
<div class="column">
<div class="title is-6">Data Mesh: Motivational Factors, Challenges, and Best Practices <span class="tag is-light is-warning">under review</span></div>
<blockquote>
<div class="csl-entry">Bode, J., Kühl, N., Kreuzberger, D., Hirschl, S., & Holtmann, C. (2023). Data Mesh: Motivational Factors, Challenges, and Best Practices. ArXiv [Cs.AI].</div>
</blockquote>
Source: <a href="http://arxiv.org/abs/2302.01713">arxiv.org/abs/2302.01713 <i class="fa-solid fa-arrow-up-right-from-square"></i></a>
</div>
<div class="column">
<div class="title is-6">Takeaways</div>
<ul>
<li>Learnings from recent cross-industry data mesh implementations</li>
<li>15 semi-structured interviews with industry experts</li>
<li>Contribution: Motivational factors, challenges, best practices, impacts, and archetypes</li>
<li>Selected best practices: (Temporary) Cross-domain unit, Empower and observe, Conscious adoption, Dedicated ownership</li>
</ul>
</div>
</div>
</section>
<section class="section">
<div class="content">
<h4 class="title is-4">Other Overviews of Scientific Literature</h4>
<ul>
<li><a href="https://arxiv.org/abs/2304.01062">Goedegebuure, A., et al. (2023). Data Mesh: a Systematic Gray Literature Review.</a></li>
</ul>
</div>
</section>
<section class="section">
<div class="content">
<p>
We want this collection of publications to be a <strong>community effort</strong>. Please share your observations and learnings <a href="https://www.datamesh-architecture.com/#authors">with us</a> so we can put them up here for you, or <a href="https://github.com/datamesh-architecture/datamesh-architecture.com/edit/main/literature.html">add them yourself via a pull request yourself</a>.
</p>
</div>
</section>
</div>
<footer class="footer">
<div class="content has-text-centered">
<p>
<a href="https://www.innoq.com">
<img src="/images/supported-by-innoq--petrol-apricot.svg" alt="Supported by INNOQ" class="footer-logo" width="180" />
</a>
</p>
<p>
<a href="https://www.innoq.com/en/topics/data-mesh-workshop?ref=dma-footer">Workshop</a> 
<a href="https://www.socreatory.com/de/trainings/datamesh?ref=dma-footer">Training</a> 
<a href="https://www.innoq.com/en/impressum/">Legal Notice</a> 
<a href="https://www.innoq.com/en/datenschutz/">Privacy</a>
</p>
</div>
</footer>
<script async defer src="https://scripts.simpleanalyticscdn.com/latest.js"></script>
<noscript><img src="https://queue.simpleanalyticscdn.com/noscript.gif" alt="" referrerpolicy="no-referrer-when-downgrade" /></noscript>
<link rel="stylesheet" href="css/glightbox.css" />
<script src="js/glightbox.js"></script>
<script type="text/javascript">
const lightbox = GLightbox({});
</script>
<script src="js/anchor.min.js"></script>
<script>anchors.add();</script>
</body>
</html>