This is the Dockerized version of the Berlin SPARQL Benchmark.
4.4K
This is an edited and Dockerized version of the Berlin SPARQL Benchmark. It adds the feature of generating multiple versions (with generate-n entrypoint).
docker run -v "$PWD:/app/data" vcity/bsbm generate [args]
docker run -v "$PWD:/app/data" vcity/bsbm generate-n [args]
docker run -v "$PWD:/app/data" vcity/bsbm qualification [args]
docker run -v "$PWD:/app/data" 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.
Dockerfile:
entrypoint.sh
Content type
Image
Digest
sha256:37a4371fc…
Size
150 MB
Last updated
3 months ago
docker pull vcity/bsbm