Skip to content
This repository has been archived by the owner on Jun 6, 2024. It is now read-only.

add: members.json #46

Merged
merged 3 commits into from
Apr 27, 2024
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
21 changes: 21 additions & 0 deletions docs/members.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
{
"info": {
"title": "Parpulse: I/O Service for Modern OLAP Database System",
"github": "https://github.com/cmu-db/15721-s24-cache1",
"description": "The goal of this project is to develop an I/O service for an Online Analytical Processing (OLAP) database system. This service will facilitate communication between the execution engine and remote storage solutions such as Amazon S3. Additionally, a local cache will be incorporated to store recently accessed data on the local disk, thereby accelerating future data retrievals.\nThe I/O service is designed to manage requests from the execution engine and fetch pertinent data (e.g., Parquet files) from either the local cache or remote storage. It will process the data and return a stream of the decoded data to the execution engine.\nThe initial phase of this project aims to construct a fully functional I/O service following the specifications outlined above. Further enhancements, such as kernel bypass and integration of io_uring, may be considered in the future.",
"students": [
{
"name": "Someone ugly",
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

?

"url": "https://CHANGE_ME"
},
{
"name": "Kunle Li",
"url": "https://github.com/unw9527"
},
{
"name": "Student #3",
"url": "https://CHANGE_ME"
}
]
}
}
Loading