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

vayuDB #5

Merged
merged 8 commits into from
Apr 18, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
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
Binary file modified .DS_Store
Binary file not shown.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[workspace]
members = ["datafusion-integration", "lighting", "vayu"]
members = ["vayuDB", "vayu", "vayu-common"]
exclude = ["arrow-datafusion"]

[package]
Expand Down
18 changes: 17 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,18 @@
# 15721-s24-ee2
15-721 Spring 2024 - Execution Engine #2
15-721 Spring 2024 - Execution Engine



crates:
1. vayu
this contains just a single pipeline execution. no dependency on datafusion directly.
depends on: vayu_common
2. vayu-common
this contains common data structures used in vayu and utility functions for conversions from datafusion pipeline to vayu pipeline
depends on: datafusion
3. vayuDB
this contains actually database made up of scheduler, io and vayu execution engine
depends on: arrow, vayu and vayu_common



Binary file removed datafusion-integration/.DS_Store
Binary file not shown.
16 changes: 0 additions & 16 deletions datafusion-integration/Cargo.toml

This file was deleted.

Loading