A service is a dataset (which could be on-disk or in-memory) along with some HTTP endpoints that support the protocols
like SPARQL Query, SPARQL Update, Graph Store, etc.
https://jena.apache.org/documentation/fuseki2/fuseki-data-services.html
That page is super-rough and we really need to polish and rewrite it. (Contributions welcome, and remember, to work on
Jena documentation you need nothing other than a browser and a basic knowledge of Markdown.)
ajs6f
Laura Morales wrote on 10/24/17 9:43 PM:
Yup, I think I get this. What I don't get is what a "service" is?
Sent: Tuesday, October 24, 2017 at 9:36 PM
From: "Andy Seaborne" <[email protected]>
To: [email protected]
Subject: Re: Fuseki+HDT graceful "File not found"
On 24/10/17 11:57, Laura Morales wrote:
"each data service is an RDF datasets and a configurable set of endpoints for various
operations such as SPARQL query, SPARQL update and file upload" How is this different than a
"normal" standalone installation?
It's not - the standalone server looks in run/configurartion/ directory
and the config.ttl server file.
If you create a dataset (and hence its endpoints) via the UI, that's
where the persistent configuration goes.
Andy