On 16/11/17 20:27, Osma Suominen wrote:
Hi Andy!
Thanks for your excellent answers.
Andy Seaborne kirjoitti 16.11.2017 klo 22:02:
But I'm worried about the state of the hdt-java project, it is not
being actively maintained and it's still based on Fuseki1.
You don't need to use their Fuseki integration.
I need a SPARQL endpoint...AFAICT the hdt-java Fuseki integration is the
only available way to set up a SPARQL endpoint on top of HDT files.
Well, there's the LDF stack, which can do SPARQL-over-LDF-over-HDT, but
it doesn't make sense to use that within a single machine, it would just
create huge overhead. Over the network LDF makes sense in some
scenarios, if you want to provide data that others can compute on
without causing huge load on the server.
I see HDTGraphAssembler.
If you write a Fuseki service configuration, it should work. Well,
versions ...
(untested by me).
Andy