This repository has been archived by the owner on Jun 6, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
design document and json file updated
- Loading branch information
1 parent
0719ff4
commit 6554a81
Showing
2 changed files
with
78 additions
and
26 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
{ | ||
"info": { | ||
"title": "Push-based Vectorized Execution Engine compatible with Apache Datafusion", | ||
"github": "https://github.com/cmu-db/15721-s24-ee2", | ||
"description": "This project is an execution engine for OLAP queries based on Apache Datafusion and Arrow. It uses push-based vectorized model and custom hashing strategy for aggregates and equi-joins.", | ||
"students": [ | ||
{ | ||
"name": "Christos Laspias", | ||
"url": "https://www.linkedin.com/in/christos-laspias-1402a121b/" | ||
}, | ||
{ | ||
"name": "Hyoungjoo Kim", | ||
"url": "https://hyoungjook.github.io" | ||
}, | ||
{ | ||
"name": "Yash Kothari", | ||
"url": "https://CHANGE_ME" | ||
} | ||
] | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters