-
Notifications
You must be signed in to change notification settings - Fork 6
Expand file tree
/
Copy pathtalk.html
More file actions
93 lines (84 loc) · 4.02 KB
/
talk.html
File metadata and controls
93 lines (84 loc) · 4.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
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<title>Apache Iceberg Talks</title>
<meta name="description" content="Watch the latest conference talks and presentations about Apache Iceberg and the open data lakehouse." />
<link rel="canonical" href="https://lakehouseblogs.com/talk.html" />
<link rel="icon" href="favicon.png" type="image/png" />
<!-- Open Graph -->
<meta property="og:type" content="website" />
<meta property="og:url" content="https://lakehouseblogs.com/talk.html" />
<meta property="og:title" content="Apache Iceberg Talks" />
<meta property="og:description" content="Curated collection of conference talks and presentations about Apache Iceberg." />
<meta property="og:image" content="https://lakehouseblogs.com/og-image.png" />
<!-- Twitter -->
<meta name="twitter:card" content="summary_large_image" />
<meta name="twitter:title" content="Apache Iceberg Talks" />
<meta name="twitter:description" content="Watch the latest conference talks and presentations about Apache Iceberg." />
<link rel="stylesheet" href="index.css" />
</head>
<body>
<!-- Header -->
<header class="site-header">
<div class="container header-inner">
<div class="brand">
<span class="brand__dot"></span>
<a href="index.html" style="text-decoration:none;">LakehouseBlogs</a>
</div>
<div class="header-actions">
<a href="index.html" class="btn">Back to Home</a>
</div>
</div>
</header>
<!-- Hero -->
<section class="hero">
<div class="container hero-inner">
<h1>Apache Iceberg Talks</h1>
<p>Curated collection of conference talks and videos about Apache Iceberg.</p>
</div>
</section>
<!-- Main -->
<main class="container" style="margin-top:2rem;">
<!-- We will inject the content here via staticgen.js -->
<div id="talks-root"></div>
</main>
<footer class="site-footer">
<div class="container footer-grid">
<div class="footer-col">
<h4>LakehouseBlogs.com</h4>
<p>A curated aggregator of blogs, tutorials, and news for the open source data lakehouse ecosystem.</p>
<p>Contribute your blog via pull request.</p>
<a class="repo-link" href="https://github.com/AlexMercedCoder/lakehouseblogs_com" target="_blank" rel="noopener">GitHub Repository</a>
</div>
<div class="footer-col">
<h4>Explore Projects</h4>
<nav aria-label="Open source projects" class="project-links">
<a href="https://iceberg.apache.org/" target="_blank" rel="noopener">Apache Iceberg</a>
<a href="https://delta.io/" target="_blank" rel="noopener">Delta Lake</a>
<a href="https://hudi.apache.org/" target="_blank" rel="noopener">Apache Hudi</a>
<a href="https://paimon.apache.org/" target="_blank" rel="noopener">Apache Paimon</a>
<a href="https://polaris.apache.org/" target="_blank" rel="noopener">Apache Polaris</a>
<a href="https://gravitino.apache.org/" target="_blank" rel="noopener">Apache Gravitino</a>
<a href="https://projectnessie.org/" target="_blank" rel="noopener">Project Nessie</a>
<a href="https://arrow.apache.org/" target="_blank" rel="noopener">Apache Arrow</a>
</nav>
</div>
<div class="footer-col">
<h4>More Data Resources</h4>
<nav aria-label="More Data Resources" class="project-links">
<a href="https://alexmerceddata.com" target="_blank" rel="noopener">Alex Merced Data</a>
<a href="https://iceberglakehouse.com" target="_blank" rel="noopener">Iceberg Lakehouse</a>
<a href="https://datalakehousehub.com" target="_blank" rel="noopener">Data Lakehouse Hub</a>
<a href="https://agenticlakehouse.com" target="_blank" rel="noopener">Agentic Lakehouse</a>
</nav>
</div>
</div>
<div class="footer-bottom">
<p>© 2026 Alex Merced. All rights reserved.</p>
</div>
</footer>
<script src="talk.js" defer></script>
</body>
</html>