-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathdocuments.html
More file actions
296 lines (279 loc) · 12.7 KB
/
Copy pathdocuments.html
File metadata and controls
296 lines (279 loc) · 12.7 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
<!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="Documentation, getting started resources, and ecosystem repositories for PixelsDB."
>
<title>PixelsDB Documents</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 nav-link-active">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">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 id="get-started" class="section">
<div class="container">
<div class="section-heading">
<p class="eyebrow">Get Started</p>
<h2>Guides, references, and releases</h2>
<p>
Start with the main codebase documentation, browse DeepWiki summaries, or download the
latest daily builds for evaluation.
</p>
</div>
<div class="card-grid three-up">
<article class="card">
<h3>Source and build</h3>
<p>
Clone the main repository and build with Maven. The primary documentation lives with
the code, including install, evaluation, and development guidance.
</p>
<a href="https://github.com/pixelsdb/pixels/blob/master/README.md">Open the README</a>
</article>
<article class="card">
<h3>DeepWiki guide</h3>
<p>
DeepWiki provides a navigable summary of the main repo, covering modules, architecture,
deployment, and source file references.
</p>
<a href="https://deepwiki.com/pixelsdb/pixels">Browse DeepWiki</a>
</article>
<article class="card">
<h3>Daily builds</h3>
<p>
Use the automated daily release if you want the newest packaged artifacts for early
evaluation or local experimentation.
</p>
<a href="https://github.com/pixelsdb/pixels/releases/tag/daily-latest">Get daily builds</a>
</article>
</div>
</div>
</section>
<section id="user-guide" class="section section-alt">
<div class="container">
<div class="section-heading">
<p class="eyebrow">User Guide</p>
<h2>Deployment and evaluation workflows</h2>
<p>
Follow the project guides for installation, benchmark setup, and evaluation on
analytical workloads.
</p>
</div>
<div class="card-grid three-up">
<article class="card">
<h3>Install Pixels</h3>
<p>
Set up Pixels services, metadata, and dependencies using the primary installation
guide from the main repository.
</p>
<a href="https://github.com/pixelsdb/pixels/blob/master/docs/INSTALL.md">Open installation guide</a>
</article>
<article class="card">
<h3>TPC-H evaluation</h3>
<p>
Reproduce benchmark-oriented experiments and learn how Pixels is evaluated on standard
analytical workloads.
</p>
<a href="https://github.com/pixelsdb/pixels/blob/master/docs/TPC-H.md">Read the TPC-H guide</a>
</article>
<article class="card">
<h3>ClickBench evaluation</h3>
<p>
Explore ClickBench-oriented evaluation steps for additional workload and performance
comparisons.
</p>
<a href="https://github.com/pixelsdb/pixels/blob/master/docs/CLICKBENCH.md">Read the ClickBench guide</a>
</article>
</div>
</div>
</section>
<section id="specification" class="section">
<div class="container">
<div class="section-heading">
<p class="eyebrow">Specification</p>
<h2>Architecture and core references</h2>
<p>
Use these references to understand the main engine layout, deployment surfaces, and
architectural organization of PixelsDB.
</p>
</div>
<div class="card-grid three-up">
<article class="card">
<h3>Project overview</h3>
<p>
The main README summarizes the Pixels engine, storage goals, supported backends, and
major subsystems.
</p>
<a href="https://github.com/pixelsdb/pixels/blob/master/README.md">Read the overview</a>
</article>
<article class="card">
<h3>Architecture guide</h3>
<p>
DeepWiki provides a navigable architecture view covering modules, services, and code
references across the repository.
</p>
<a href="https://deepwiki.com/pixelsdb/pixels">Browse DeepWiki architecture</a>
</article>
<article class="card">
<h3>Service deployment reference</h3>
<p>
The installation documentation also serves as an operational reference for daemon
roles, ports, and system dependencies.
</p>
<a href="https://github.com/pixelsdb/pixels/blob/master/docs/INSTALL.md">Open deployment reference</a>
</article>
</div>
</div>
</section>
<section id="integrations" class="section section-alt">
<div class="container">
<div class="section-heading section-heading-spaced">
<p class="eyebrow">Integrations</p>
<h2>Representative repositories</h2>
<p>
The GitHub organization includes the core engine, integrations, supporting services, and
educational or experimental projects around PixelsDB.
</p>
</div>
<div class="repo-grid">
<article class="repo-card repo-card-featured">
<div class="repo-card-header">
<h3><a href="https://github.com/pixelsdb/pixels">pixelsdb/pixels</a></h3>
<span class="repo-tag">Main project</span>
</div>
<p>
The flagship repository for PixelsDB: core storage engine, query integrations, build
instructions, deployment guides, and research context.
</p>
</article>
<article class="repo-card">
<h3><a href="https://github.com/pixelsdb/pixels-rover">pixelsdb/pixels-rover</a></h3>
<p>Web-based query interface for serverless analytics and flexible service levels.</p>
</article>
<article class="repo-card">
<h3><a href="https://github.com/pixelsdb/pixels-trino">pixelsdb/pixels-trino</a></h3>
<p>Pixels connector for Trino deployments and MPP-oriented analytics workflows.</p>
</article>
<article class="repo-card">
<h3><a href="https://github.com/pixelsdb/pixels-presto">pixelsdb/pixels-presto</a></h3>
<p>Connector project for integrating Pixels storage with PrestoDB.</p>
</article>
<article class="repo-card">
<h3><a href="https://github.com/pixelsdb/pixels-hive">pixelsdb/pixels-hive</a></h3>
<p>Hive SerDe integration for reading and writing Pixels-backed data.</p>
</article>
<article class="repo-card">
<h3><a href="https://github.com/pixelsdb/pixels-spark">pixelsdb/pixels-spark</a></h3>
<p>Spark datasource support for pipelines that need Pixels-aware processing.</p>
</article>
<article class="repo-card">
<h3><a href="https://github.com/pixelsdb/pixels-postgres">pixelsdb/pixels-postgres</a></h3>
<p>PostgreSQL FDW integration for bridging Pixels data into PostgreSQL workflows.</p>
</article>
<article class="repo-card">
<h3><a href="https://github.com/pixelsdb/pixels-sink">pixelsdb/pixels-sink</a></h3>
<p>Data sink services that capture and apply source changes into Pixels.</p>
</article>
<article class="repo-card">
<h3><a href="https://github.com/pixelsdb/pixels-spike">pixelsdb/pixels-spike</a></h3>
<p>Serverless computing framework used to accelerate query processing bursts.</p>
</article>
<article class="repo-card">
<h3><a href="https://github.com/pixelsdb/mini-pixels">pixelsdb/mini-pixels</a></h3>
<p>Educational analytic storage engine derived from Pixels for learning and teaching.</p>
</article>
</div>
</div>
</section>
<section id="sdk" class="section">
<div class="container">
<div class="section-heading">
<p class="eyebrow">SDK</p>
<h2>Developer interfaces and implementation entry points</h2>
<p>
Explore the main implementation surfaces for developers working with PixelsDB in C++,
Java, and operational tooling.
</p>
</div>
<div class="card-grid three-up">
<article class="card">
<h3>C++ implementation</h3>
<p>
The C++ tree contains the low-level implementation, DuckDB integration, and build
instructions for native components.
</p>
<a href="https://github.com/pixelsdb/pixels/blob/master/cpp/README.md">Open the C++ README</a>
</article>
<article class="card">
<h3>CLI and daemon tooling</h3>
<p>
Pixels ships operational tooling for service deployment and command-line interaction
through the daemon and CLI modules.
</p>
<a href="https://github.com/pixelsdb/pixels/tree/master/pixels-cli">Explore CLI sources</a>
</article>
<article class="card">
<h3>Java module tree</h3>
<p>
The Java codebase contains the storage engine, services, connectors, and execution
components that make up the broader system.
</p>
<a href="https://github.com/pixelsdb/pixels">Browse the full repository</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>