logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

oxigraph-serve-read-only - Start Oxigraph HTTP server in read-only mode

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.

Name

       oxigraph-serve-read-only - Start Oxigraph HTTP server in read-only mode

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                      oxigraph-serve-read-only(1)

Synopsis

oxigraphserve-read-only <-l|--location> [-b|--bind] [--cors] [--union-default-graph] [-h|--help]

See Also