datafusion-federation
Allow DataFusion to resolve queries across remote query engines while pushing down as much compute as possible down.
File Explorer
Download Latest Version (.zip)- docs.yml
- release_plz.yml
- test.yml
- dependabot.yml
- test.csv
- test2.csv
- mod.rs
- df-csv-advanced.rs
- df-csv.rs
- mod.rs
- scan_result.rs
- intervals_cast.rs
- lists_cast.rs
- mod.rs
- record_convert.rs
- struct_cast.rs
- analyzer.rs
- ast_analyzer.rs
- executor.rs
- mod.rs
- schema.rs
- table.rs
- table_reference.rs
- lib.rs
- plan_node.rs
- table_provider.rs
- test.csv
- test2.csv
- mod.rs
- federation_pushdown.rs
- Cargo.toml
- CHANGELOG.md
- .gitignore
- .release-plz.toml
- Cargo.toml
- LICENSE
- README.md
- rust-toolchain.toml
# Installation Guide
1. Get the code
git clone https://github.com/datafusion-contrib/datafusion-federation
Downloads the entire project code from GitHub to your computer.
cd datafusion-federation
Moves into the project folder you just downloaded.
2. Rust
Medium RecommendedPrerequisites
- Git Needed to download the project code from GitHub.
- Rust (rustup) Installing via rustup also installs cargo.
cargo build --release
Compiles the Rust project.
cargo run
Builds and then immediately runs the program.
If cargo build finishes without errors, it worked. The executable is created under target/.
// repository documentation
Was this content helpful?
(0 ratings)
