table of contents
other versions
- testing 0.4.4-1+b1
- unstable 0.4.4-1+b1
- experimental 0.4.7-2
oxigraph-serve-read-only(1) | General Commands Manual | oxigraph-serve-read-only(1) |
NAME¶
oxigraph-serve-read-only - Start Oxigraph HTTP server in read-only mode
SYNOPSIS¶
oxigraph serve-read-only <-l|--location> [-b|--bind] [--cors] [--union-default-graph] [-h|--help]
DESCRIPTION¶
Start Oxigraph HTTP server in read-only mode
It allows to read the database while other processes are also reading it. Opening as read-only while having an other process writing the database is undefined behavior.
OPTIONS¶
- -l, --location=LOCATION
- Directory in which Oxigraph data are persisted
- -b, --bind=BIND [default: localhost:7878]
- Host and port to listen to
- --cors
- Allow cross-origin requests
- --union-default-graph
- If the SPARQL queries should look for triples in all the dataset graphs by
default (ie. without `GRAPH` operations)
This is equivalent as setting the union-default-graph option in all SPARQL queries
- -h, --help
- Print help (see a summary with '-h')
serve-read-only |