Sign inSign up

alexishuf/fuseki

By alexishuf

Updated about 5 years ago

Apache Jena Fuseki on openjdk 11. Tags indicate Fuseki version

Image
0

245

alexishuf/fuseki repository overview

fuseki

Docker image for Apache Jena Fuseki (aka Fuseki 2).

Running

Arguments of the image are forwarded to the fuseki-server in the Apache Fuseki distribution.

The following example exposes a TDB 2 directory at data/dir.tdb as http://0.0.0.0:3030/ (SPARQL endpoint at http://0.0.0.0:3030/ds/sparql):

docker run -it --rm -p 3030:3030 -v $(pwd)/data:/data \
    alexishuf/fuseki:3.17.0 --tdb2 --loc /data/dir.tdb --port 3030 /ds
Environment variables
  • FUSEKI_BASE (set to /var/opt/fuseki by default): This is forwarded to fuseki-server and is where Fuseki will store lock files and other state information.
  • JVM_ARGS (set to -XX:MaxRAMPercentage=50 by default): Command-line options forwarded to the java binary, before the -jar argument.

Build arguments

  • DOWNLOAD_FROM=https://archive.apache.org/dist/jena/binaries: where to download Fuseki binaries from
  • FUSEKI_VERSION=3.17.0 Fuseki version to package as a docker image. Tags of alexishuf/fuseki correspond to this.

Tag summary

Content type

Image

Digest

Size

368.6 MB

Last updated

about 5 years ago

docker pull alexishuf/fuseki:3.17.0