-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathapplications.html
More file actions
131 lines (129 loc) · 5.91 KB
/
Copy pathapplications.html
File metadata and controls
131 lines (129 loc) · 5.91 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
<!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="Applications built around PixelsDB, including elastic query processing, interactive analytics, freshness services, and serverless acceleration."
>
<title>PixelsDB Applications</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 nav-link-active" 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 class="section">
<div class="container">
<div class="section-heading">
<p class="eyebrow">Applications</p>
<h2>Systems built on top of PixelsDB</h2>
<p>
PixelsDB extends beyond the core engine into elastic query processing, web-based
analytics, freshness services, and serverless acceleration.
</p>
</div>
<div class="card-grid three-up">
<article class="card">
<h3>Pixels-Turbo</h3>
<p>
Turbo provides serverless elastic query processing, combining autoscaling execution
with serverless acceleration for bursty analytical workloads.
</p>
<a href="https://github.com/pixelsdb/pixels/tree/master/pixels-turbo">Explore Pixels-Turbo</a>
</article>
<article class="card">
<h3>Pixels-Rover</h3>
<p>
Rover delivers a web-based analytics interface with flexible SLAs, interactive query
workflows, and natural-language-assisted exploration.
</p>
<a href="https://github.com/pixelsdb/pixels-rover">Open Pixels-Rover</a>
</article>
<article class="card">
<h3>Pixels-Retina</h3>
<p>
Retina supports freshness and ACID transactions, enabling real-time synchronization
and consistent analytical access on evolving data.
</p>
<a href="https://github.com/pixelsdb/pixels">See Retina in the main project</a>
</article>
<article class="card">
<h3>Pixels-Spike</h3>
<p>
Spike is the serverless computing framework used to accelerate query processing bursts
and support the elastic execution model of PixelsDB.
</p>
<a href="https://github.com/pixelsdb/pixels-spike">Browse Pixels-Spike</a>
</article>
<article class="card">
<h3>Pixels-Sink</h3>
<p>
Sink services capture upstream changes and apply them into Pixels-backed storage for
fresh analytical views.
</p>
<a href="https://github.com/pixelsdb/pixels-sink">Open Pixels-Sink</a>
</article>
<article class="card">
<h3>Connector ecosystem</h3>
<p>
Integrations with Trino, PrestoDB, Hive, Spark, PostgreSQL, and others make PixelsDB
usable across existing analytical stacks.
</p>
<a href="documents.html#integrations">View integration references</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>