-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathteam.html
More file actions
345 lines (337 loc) · 13.9 KB
/
Copy pathteam.html
File metadata and controls
345 lines (337 loc) · 13.9 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
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta
name="description"
content="Pixels Lab overview for PixelsDB, including members, research projects, student projects, publications, awards, and sponsors."
>
<title>PixelsDB Pixels Lab</title>
<link rel="preconnect" href="https://img.shields.io">
<link rel="stylesheet" href="styles.css">
</head>
<body>
<header class="site-header">
<div class="container site-header-top">
<a class="brand" href="index.html">
<span class="brand-mark" aria-hidden="true"></span>
<span class="brand-text">PixelsDB</span>
</a>
<div class="header-actions">
<a class="source-link icon-link" href="https://github.com/pixelsdb/pixels" aria-label="Open PixelsDB on GitHub" title="Open PixelsDB on GitHub">
<svg class="header-icon" viewBox="0 0 16 16" aria-hidden="true" fill="currentColor">
<path d="M8 0C3.58 0 0 3.58 0 8a8 8 0 0 0 5.47 7.59c.4.07.55-.17.55-.38 0-.19-.01-.82-.01-1.49-2.01.37-2.53-.49-2.69-.94-.09-.23-.48-.94-.82-1.13-.28-.15-.68-.52-.01-.53.63-.01 1.08.58 1.23.82.72 1.21 1.87.87 2.33.66.07-.52.28-.87.5-1.07-1.78-.2-3.64-.89-3.64-3.95 0-.87.31-1.59.82-2.15-.08-.2-.36-1.02.08-2.12 0 0 .67-.21 2.2.82A7.5 7.5 0 0 1 8 3.8c.68 0 1.37.09 2.02.27 1.53-1.04 2.2-.82 2.2-.82.44 1.1.16 1.92.08 2.12.51.56.82 1.27.82 2.15 0 3.07-1.87 3.75-3.65 3.95.29.25.54.73.54 1.48 0 1.07-.01 1.93-.01 2.2 0 .21.15.46.55.38A8.01 8.01 0 0 0 16 8c0-4.42-3.58-8-8-8Z"></path>
</svg>
</a>
</div>
</div>
<nav class="site-nav" aria-label="Primary">
<div class="container site-nav-list">
<a class="nav-link" href="index.html">Home</a>
<details class="nav-dropdown">
<summary class="nav-link nav-summary">Documents</summary>
<div class="nav-menu">
<a href="documents.html#get-started">Get Started</a>
<a href="documents.html#user-guide">User Guide</a>
<a href="documents.html#specification">Specification</a>
<a href="documents.html#integrations">Integrations</a>
<a href="documents.html#sdk">SDK</a>
</div>
</details>
<a class="nav-link" href="applications.html">Applications</a>
<a class="nav-link" href="research.html">Research</a>
<details class="nav-dropdown">
<summary class="nav-link nav-summary nav-link-active">Pixels Lab</summary>
<div class="nav-menu">
<a href="team.html#members">Members</a>
<a href="team.html#research-projects">Research Projects</a>
<a href="team.html#student-projects">Student Projects</a>
<a href="team.html#publications">Publications</a>
<a href="team.html#awards">Awards</a>
<a href="team.html#sponsors">Sponsors</a>
</div>
</details>
</div>
</nav>
</header>
<main id="top">
<section class="section">
<div class="container">
<div class="section-heading">
<p class="eyebrow">Pixels Lab</p>
<h2>People, systems research, and open-source collaboration</h2>
<p>
Pixels Lab brings together the members, research tracks, student work, publications,
and partners behind PixelsDB across storage, serverless analytics, freshness, and
interactive data systems.
</p>
</div>
<div class="card-grid three-up">
<article class="card">
<h3>Members</h3>
<p>
The lab spans core maintainers, research students, and open-source collaborators who
build PixelsDB and its surrounding ecosystem.
</p>
<a href="#members">Meet the member groups</a>
</article>
<article class="card">
<h3>Research projects</h3>
<p>
Pixels, Turbo, Retina, and Rover define the current portfolio for performance,
elasticity, freshness, and interactivity.
</p>
<a href="#research-projects">Browse the project tracks</a>
</article>
<article class="card">
<h3>Public record</h3>
<p>
Publications, awards, sponsors, and student work provide the public view of how the
lab advances systems ideas into working artifacts.
</p>
<a href="#publications">Explore the lab outputs</a>
</article>
</div>
</div>
</section>
<section class="section section-alt" id="members">
<div class="container">
<div class="section-heading">
<p class="eyebrow">Members</p>
<h2>Researchers, builders, and collaborators</h2>
<p>
Pixels Lab combines systems research with production-minded engineering across the core
engine and its integrations.
</p>
</div>
<div class="card-grid three-up">
<article class="card">
<h3>Core maintainers</h3>
<p>
The main repository concentrates storage, execution, metadata, and connector work in
a shared engineering codebase.
</p>
<a href="https://github.com/pixelsdb/pixels">Open the core repository</a>
</article>
<article class="card">
<h3>Research students</h3>
<p>
Student contributors prototype new ideas in serverless query processing, data
freshness, web interactivity, and benchmarking.
</p>
<a href="student-projects.html">See student projects</a>
</article>
<article class="card">
<h3>Open-source collaborators</h3>
<p>
Community members extend the ecosystem through documentation, issue reports,
integrations, and downstream experimentation.
</p>
<a href="https://github.com/pixelsdb">Visit the GitHub organization</a>
</article>
</div>
</div>
</section>
<section class="section" id="research-projects">
<div class="container">
<div class="section-heading">
<p class="eyebrow">Research Projects</p>
<h2>The current Pixels Lab portfolio</h2>
<p>
The lab roadmap is organized around four complementary systems tracks that share the
same analytical data foundation.
</p>
</div>
<div class="card-grid four-up">
<article class="card">
<h3>Pixels</h3>
<p>
A high-performance column store built for multiple storage backends, including S3,
HDFS, POSIX file systems, and NVMe SSDs.
</p>
</article>
<article class="card">
<h3>Turbo</h3>
<p>
Serverless elastic query processing that scales analytical execution up and down with
workload demand.
</p>
</article>
<article class="card">
<h3>Retina</h3>
<p>
Freshness and ACID transactions for lakehouse-style analytics where data changes must
remain visible and correct.
</p>
</article>
<article class="card">
<h3>Rover</h3>
<p>
Flexible SLAs and interactive exploration that make the system more responsive to a
wide range of user expectations.
</p>
</article>
</div>
</div>
</section>
<section class="section section-alt" id="student-projects">
<div class="container">
<div class="section-heading">
<p class="eyebrow">Student Projects</p>
<h2>Teaching systems and student-led exploration</h2>
<p>
Coursework repositories, teaching engines, and benchmark studies give students a path
into open data systems research with PixelsDB.
</p>
</div>
<div class="card-grid three-up">
<article class="card">
<h3>Teaching engines</h3>
<p>
Educational systems such as mini-pixels distill the core design ideas behind Pixels
into a format suited for learning and experimentation.
</p>
<a href="student-projects.html">Browse student project details</a>
</article>
<article class="card">
<h3>Coursework and labs</h3>
<p>
Course material and hands-on assignments connect analytical storage, query execution,
and cloud systems topics to concrete artifacts.
</p>
<a href="student-projects.html">Open the student projects page</a>
</article>
<article class="card">
<h3>Benchmark studies</h3>
<p>
Student work also covers elasticity benchmarks, user studies, and container-based
systems evaluation.
</p>
<a href="student-projects.html">View benchmark-oriented projects</a>
</article>
</div>
</div>
</section>
<section class="section" id="publications">
<div class="container">
<div class="section-heading">
<p class="eyebrow">Publications</p>
<h2>Research papers and public artifacts</h2>
<p>
Publications document the ideas behind the lab's storage, serverless, freshness, and
interactive systems work.
</p>
</div>
<div class="card-grid three-up">
<article class="card">
<h3>Systems papers</h3>
<p>
The research page collects the publication record for PixelsDB and the broader Pixels
Lab agenda.
</p>
<a href="research.html">Open the publications page</a>
</article>
<article class="card">
<h3>Design context</h3>
<p>
Publications connect the engine architecture to topics such as columnar storage,
cloud elasticity, and fresh analytical tables.
</p>
<a href="research.html">Read the research overview</a>
</article>
<article class="card">
<h3>Open-source traceability</h3>
<p>
Repository history and public documentation make it easier to follow how research
ideas become working implementations.
</p>
<a href="https://deepwiki.com/pixelsdb/pixels">Explore the DeepWiki</a>
</article>
</div>
</div>
</section>
<section class="section section-alt" id="awards">
<div class="container">
<div class="section-heading">
<p class="eyebrow">Awards</p>
<h2>Recognition and project milestones</h2>
<p>
The lab's progress is visible through publications, open-source releases, benchmarks,
and reproducible systems artifacts.
</p>
</div>
<div class="card-grid three-up">
<article class="card">
<h3>Research recognition</h3>
<p>
Publication results and supporting artifacts provide the clearest public record of
technical recognition for the lab's work.
</p>
<a href="research.html">See the publication record</a>
</article>
<article class="card">
<h3>Engineering milestones</h3>
<p>
Major capabilities surface as open-source milestones across the core repository and
the wider PixelsDB organization.
</p>
<a href="https://github.com/pixelsdb">Browse the organization</a>
</article>
<article class="card">
<h3>Artifact visibility</h3>
<p>
Benchmarks, documentation, and public code make the lab's progress inspectable and
reproducible for collaborators.
</p>
<a href="documents.html">Read the documentation</a>
</article>
</div>
</div>
</section>
<section class="section" id="sponsors">
<div class="container">
<div class="section-heading">
<p class="eyebrow">Sponsors</p>
<h2>Partners and support channels</h2>
<p>
Pixels Lab is built to support collaboration with research groups, infrastructure
providers, and open-source users evaluating modern analytics systems.
</p>
</div>
<div class="card-grid three-up">
<article class="card">
<h3>Infrastructure-aligned design</h3>
<p>
The system targets object stores, distributed file systems, POSIX environments, and
local SSD-backed deployments, making partnership and evaluation straightforward.
</p>
</article>
<article class="card">
<h3>Open collaboration</h3>
<p>
GitHub is the main coordination surface for contributors, adopters, and institutions
interested in supporting the ecosystem.
</p>
<a href="https://github.com/pixelsdb">Connect through GitHub</a>
</article>
<article class="card">
<h3>Research engagement</h3>
<p>
Sponsors and collaborators can track the direction of the lab through research
outputs, technical documentation, and ongoing repository activity.
</p>
<a href="research.html">Follow the research agenda</a>
</article>
</div>
</div>
</section>
</main>
<footer class="site-footer">
<div class="container footer-layout">
<p>PixelsDB is an open GitHub-centered project for analytics systems research and engineering.</p>
<p><a href="https://github.com/pixelsdb">github.com/pixelsdb</a></p>
</div>
</footer>
</body>
</html>