Man page - oxigraph-serve-read-only(1)

Packages contains this manual

Manual

oxigraph-serve-read-only

NAME
SYNOPSIS
DESCRIPTION
OPTIONS

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')