-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstudent-projects.html
More file actions
123 lines (121 loc) · 5.56 KB
/
Copy pathstudent-projects.html
File metadata and controls
123 lines (121 loc) · 5.56 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
<!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="Student and educational projects in the PixelsDB ecosystem, including teaching systems, coursework, and benchmark or user-study projects."
>
<title>PixelsDB Student Projects</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">Student Projects</p>
<h2>Teaching, coursework, and student-led exploration</h2>
<p>
The PixelsDB ecosystem also includes educational systems, course material, and student
projects that extend or study modern open data systems.
</p>
</div>
<div class="card-grid three-up">
<article class="card">
<h3>mini-pixels</h3>
<p>
An educational analytic storage engine derived from Pixels, designed to make the core
ideas more approachable for teaching and learning.
</p>
<a href="https://github.com/pixelsdb/mini-pixels">Open mini-pixels</a>
</article>
<article class="card">
<h3>osds-course</h3>
<p>
Open-source data systems course material that can be used to teach systems concepts,
implementation techniques, and related project work.
</p>
<a href="https://github.com/pixelsdb/osds-course">Browse the course repository</a>
</article>
<article class="card">
<h3>cdw-user-study</h3>
<p>
A student-oriented user study on pricing models and related features of cloud data
warehouses.
</p>
<a href="https://github.com/pixelsdb/cdw-user-study">See the user study project</a>
</article>
<article class="card">
<h3>elastic-bench</h3>
<p>
Benchmark tooling that generates workloads for elasticity evaluations and experimentation
with cloud analytical systems.
</p>
<a href="https://github.com/pixelsdb/elastic-bench">Open elastic-bench</a>
</article>
<article class="card">
<h3>cloud-container-benchmark</h3>
<p>
Benchmark experiments for cloud containers such as AWS Fargate and AWS Lambda, useful
for systems coursework and evaluation projects.
</p>
<a href="https://github.com/pixelsdb/cloud-container-benchmark">Browse the benchmark project</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>