Skip to content
/ BSBM Public

This is the Dockerized version of the Berlin SPARQL Benchmark.

License

Notifications You must be signed in to change notification settings

VCityTeam/BSBM

Repository files navigation

Dockerized BSBM

This is the Dockerized version of the Berlin SPARQL Benchmark.

Links

Usage

docker run -v "$PWD:/app/data" -e "DATA_DESTINATION=<folder>" vcity/bsbm generate [args]
docker run -v "$PWD:/app/data" -e "DATA_DESTINATION=<folder>" vcity/bsbm generate-n [args]
docker run -v "$PWD:/app/data" -e "DATA_DESTINATION=<folder>" vcity/bsbm qualification [args]
docker run -v "$PWD:/app/data" -e "DATA_DESTINATION=<folder>" vcity/bsbm testdriver [args]

If you want more information about the different arguments, please refer to the original documentation.

docker run vcity/bsbm generate -help
docker run vcity/bsbm generate-n -help
docker run vcity/bsbm qualification -help
docker run vcity/bsbm testdriver -help

$PWD is the directory where the data will be stored. You can change it to any directory you want.

Modifications from source:

Dockerfile:

  • Added new authors
  • Dockerized the benchmark

entrypoint.sh

  • Added a new entrypoint script to run the benchmark

About

This is the Dockerized version of the Berlin SPARQL Benchmark.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages