-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
126 lines (119 loc) · 6.46 KB
/
index.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
<html>
<head>
<title>BTW 2025 Workshop on Advances in Cloud Data Management</title>
<style>
div.main {
font-family: "Aptos", sans-serif;
font-size: 12pt;
max-width: 700px;
margin: 0 auto;
padding-top: 15px;
padding-bottom: 50px;
}
h1 {
margin: 20pt 0 0 0;
color: rgb(157,53,17);
font-family: "Aptos Display", sans-serif;
font-weight: normal;
font-size: 30pt;
letter-spacing: -0.35pt;
}
h2 {
border-bottom: 1pt solid #D34817;
margin: 20pt 0 10pt 0;
padding: 0 0 1pt 0;
color: rgb(157,53,17);
font-family: "Aptos Display", sans-serif;
font-weight: normal;
font-size: 18pt;
}
p {
line-height: 110%;
}
@media only screen and (max-device-width: 480px), only screen and (max-width: 480px) {
body {
margin: 0;
}
div.main {
max-width: 100%;
padding: 10px;
}
}
</style>
<meta charset="UTF-8">
<meta property="og:title" content="BTW 2025 Workshop on Advances in Cloud Data Management">
<meta property="og:Description" content="This workshop aims to provide a focused, tutorial-like environment where participants can learn about the latest advancements in cloud-based data management.">
<meta property="og:type" content="website">
<meta property="og:url" content="https://itu-dasyalab.github.io/btw2025workshop">
<meta property="og:image" content="https://itu-dasyalab.github.io/btw2025workshop/logo.png">
<link rel="shortcut ICON" href="https://itu-dasyalab.github.io/btw2025workshop/logo.png">
</head>
<body><div class="main">
<h1>BTW 2025 Workshop on Advances in Cloud Data Management</h1>
<p style="margin-bottom: 20pt;">March 4, 2025 in Bamberg, Germany. Collocated with the <a href="https://btw2025.gi.de/">BTW 2025 conference</a>.</p>
<p>Organizers:</p>
<ul>
<li>Jana Giceva, TU Munich, [email protected]</li>
<li>Martin Hentschel, IT University of Copenhagen, [email protected]</li>
<li>Tobias Ziegler, TU Munich, [email protected]</li>
</ul>
<p>Update from November 10, 2024:</p>
<ul>
<li>We have confirmed industry speakers from MotherDuck, Snowflake, Databricks, AWS Redshift, Firebolt, SAP, CedarDB, and Confluent (most likely), as well as academic speakers from TU München, TU Darmstadt, HPI Potsdam, TU Nürnberg, and the University of Copenhagen.</li>
</ul>
<h2>Workshop Description</h2>
<p>
The landscape of data management has recently undergone significant transformations, driven by the exponential growth of data and the widespread adoption of cloud technologies. As cloud data warehouses and data lakes become the new standards for large-scale data processing, it is essential for both academia and industry to anticipate future developments and contribute to the evolution of this field.
</p>
<p>
This workshop aims to provide a focused, tutorial-like environment where participants can learn about the latest advancements in cloud-based data management. We invite experts from academia and industry to present their recent work. The presentations may cover the key contributions of their work, provide insights into ongoing projects and current trends, and highlight the open challenges in the field. This workshop will enable attendees to learn about state-of-the-art solutions and gain a deeper understanding of future research directions.
</p>
<p>
The topics of interest include the following:
</p>
<ul>
<li>The next frontiers for databases built for the cloud
<li>Advances in data lake technologies</li>
<li>Evolution of open table formats and open data formats</li>
<li>Research advances in cloud data management</li>
<li>Experiences of industry leaders in the field</li>
<li>Usage data from cloud databases, cloud data warehouses, and data lakes</li>
<li>Benchmarks and methods of comparison for cloud data management systems</li>
<li>Scalability and performance optimization in cloud data environments</li>
<li>Data integration and interoperability in multi-cloud scenarios</li>
<li>Security and privacy considerations for cloud data management</li>
<li>Cost optimization strategies for cloud data workloads</li>
</ul>
<h2>Format and Organization</h2>
<p>
The workshop will be organized as a half-day event with the following structure:
</p>
<ul>
<li>1 to 2 keynotes</li>
<li>5 to 10 speakers from industry and academia</li>
<li>30 minute in-person talks, with 15 minutes allocated for discussions after each presentation</li>
</ul>
<p>
We strongly encourage in-person attendance to facilitate networking and discussions.
</p>
<p>
The workshop can be extended to a full-day event in case we receive enough relevant submissions.
</p>
<h2>Call for Submissions</h2>
<p>
Please submit title and abstract of your talk via Conftool <a href="https://www.conftool.net/btw2025/">here</a>
</p>
<p>
The abstract should be at most one page long, in English, and follow the <a href="https://gi.de/service/publikationen/lni">LNI style</a>.
</p>
<p>
The submission deadline is January 15, 2025.
</p>
<p>
We aim to publish a workshop summary in the proceedings of the host conference. This summary will include abstracts of the presentations and key insights from the discussions.
</p>
<h2>Important Dates</h2>
<p>Abstract submission: January 15, 2025</p>
<p>Workshop date: March 4, 2025</p>
</div></body>
</html>