@ -44,7 +44,7 @@ It will create a fat binary in `target/release/oxigraph_server`.
## Usage
## Usage
Run `oxigraph_server -f my_data_storage_directory` to start the server where `my_data_storage_directory` is the directory where you want Oxigraph data to be stored in. It listens by default on `localhost:7878`.
Run `oxigraph_server serve --location my_data_storage_directory` to start the server where `my_data_storage_directory` is the directory where you want Oxigraph data to be stored in. It listens by default on `localhost:7878`.
The server provides an HTML UI with a form to execute SPARQL requests.
The server provides an HTML UI with a form to execute SPARQL requests.
@ -62,6 +62,9 @@ It provides the following REST actions:
Use `oxigraph_server --help` to see the possible options when starting the server.
Use `oxigraph_server --help` to see the possible options when starting the server.
It is also possible to load RDF data offline using bulk loading: