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

add: members.json #46

merged 3 commits into from
Apr 27, 2024

Conversation

unw9527
Copy link
Member

@unw9527 unw9527 commented Apr 25, 2024

For the showcase page as requested.

"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.

?

@codecov-commenter
Copy link

codecov-commenter commented Apr 26, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 88.80%. Comparing base (73a50e3) to head (98406a3).
Report is 2 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff             @@
##             main      #46      +/-   ##
==========================================
- Coverage   89.08%   88.80%   -0.29%     
==========================================
  Files          17       17              
  Lines        2116     2170      +54     
  Branches     2116     2170      +54     
==========================================
+ Hits         1885     1927      +42     
- Misses        121      130       +9     
- Partials      110      113       +3     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@lanlou1554 lanlou1554 merged commit 844721e into main Apr 27, 2024
1 check passed
@unw9527 unw9527 deleted the lkl/docs branch April 27, 2024 23:52
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants