datafusion-ray
Apache DataFusion Ray
File Explorer
Download Latest Version (.zip)- config.toml
- build.yml
- k8s.yml
- main.yml
- __init__.py
- core.py
- friendly.py
- util.py
- check-rat-report.py
- create-tarball.sh
- generate-changelog.py
- rat_exclude_files.txt
- README.md
- release-tarball.sh
- run-rat.sh
- verify-release-candidate.sh
- create_license.py
- i4g.4xlarge
- i4g.4xlarge_s3
- m7g.12x
- m7g.12xlarge
- m7g.12xlarge_s3
- m7gd.12x
- m7gd.12xlarge
- r8g.8xlarge
- contributing.md
- README.md
- http_csv.py
- tips.py
- bench_toolbox.py
- cmds.py
- machine_prep.sh
- pricing.py
- pvcs.yaml.template
- ray_cluster.yaml.template
- ray_job.sh.template
- README.md
- requirements.txt.template
- spark_job.yaml.template
- spark_tpcbench.py
- mod.rs
- protobuf.rs
- datafusion.proto
- datafusion_common.proto
- datafusion_ray.proto
- mod.rs
- codec.rs
- context.rs
- dataframe.rs
- flight.rs
- isolator.rs
- lib.rs
- max_rows.rs
- physical.rs
- pre_fetch.rs
- processor_service.rs
- stage.rs
- stage_reader.rs
- util.rs
- tips.parquet
- .gitignore
- q1.sql
- q10.sql
- q11.sql
- q12.sql
- q13.sql
- q14.sql
- q15.sql
- q16.sql
- q17.sql
- q18.sql
- q19.sql
- q2.sql
- q20.sql
- q21.sql
- q22.sql
- q3.sql
- q4.sql
- q5.sql
- q6.sql
- q7.sql
- q8.sql
- q9.sql
- make_data.py
- requirements.txt
- tpcbench.py
- .asf.yaml
- .dockerignore
- .gitignore
- .pre-commit-config.yaml
- build.rs
- Cargo.lock
- Cargo.toml
- LICENSE.txt
- NOTICE
- pyproject.toml
- README.md
# Installation Guide
1. Get the code
git clone https://github.com/apache/datafusion-ray
Downloads the entire project code from GitHub to your computer.
cd datafusion-ray
Moves into the project folder you just downloaded.
2. Python
Easy RecommendedPrerequisites
pip install -r tpch/requirements.txt
Installs the Python libraries listed in requirements.txt (or similar).
python <μ€νν νμΌλͺ
>.py # READMEμμ μ νν μ€ν νμΌλͺ
μ νμΈνμΈμ
Runs the Python script (or module).
If it runs without errors and prints output in the terminal, it worked.
3. Rust
MediumPrerequisites
- 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)
