tree: 67556428ebede0b4a7334d50222556e09d9022e4 [path history] [tgz]
  1. db-benchmark.dockerfile
  2. groupby-datafusion.py
  3. join-datafusion.py
  4. README.md
  5. run-bench.sh
benchmarks/db-benchmark/README.md

DataFusion Implementation of db-benchmark

This directory contains scripts for running db-benchmark with DataFusion's Python bindings.

Directions

Run the following from root of this project.

docker build -t db-benchmark -f benchmarks/db-benchmark/db-benchmark.dockerfile .
docker run --privileged -it db-benchmark