RDF4J_SERVER_URL -- to set up different Rdf4j server (defaults to internal docker service at http://rdf4j:8080/rdf4j-server).
Note that this variable must be consistent with variable RDF4J_PCONFIGURL.
RDF4J_REPOSITORYNAME -- to set up different Rdf4j repository name where SPipes logs from execution are created
(defaults to s-pipes-hello-world). Note that this variable must be consistent with
variable RDF4J_PCONFIGURL.
RDF4J_PCONFIGURL -- to set up configuration of Rdf4j repository where SPipes logs from execution are created
(defaults to $SPIPES_ROOT/doc/examples/hello-world/config.ttl). Note that this variable must be consistent with
variables RDF4J_SERVER_URL and RDF4J_REPOSITORYNAME.
Relavant part from README:
RDF4J_SERVER_URL
-- to set up different Rdf4j server (defaults to internal docker service athttp://rdf4j:8080/rdf4j-server
). Note that this variable must be consistent with variableRDF4J_PCONFIGURL
.RDF4J_REPOSITORYNAME
-- to set up different Rdf4j repository name where SPipes logs from execution are created (defaults tos-pipes-hello-world
). Note that this variable must be consistent with variableRDF4J_PCONFIGURL
.RDF4J_PCONFIGURL
-- to set up configuration of Rdf4j repository where SPipes logs from execution are created (defaults to$SPIPES_ROOT/doc/examples/hello-world/config.ttl
). Note that this variable must be consistent with variablesRDF4J_SERVER_URL
andRDF4J_REPOSITORYNAME
.