Has anyone had success with Fuseki on Openshift?
I followed the recipe at :
https://github.com/semfact/openshift-fuseki/blob/master/README.md
And got it up and running. Sort of.
When I write to it using either the SPARQL update panel at
http://fuseki-admoss.rhcloud.com/sparql.tpl
or using jena from a Java Application, the triples appear in the tdb
nodes.dat file OK.
Unfortunately when I run a simple select * where {?s ?p ?o} query, either
from the SPARQL query panel at the above URL, or from jena, no triples are
returned.
A write-only triplestore isn't that useful!
Has anyone had any success with Fuseki on Openshift?
DM
I followed the recipe at :
https://github.com/semfact/openshift-fuseki/blob/master/README.md
And got it up and running. Sort of.
When I write to it using either the SPARQL update panel at
http://fuseki-admoss.rhcloud.com/sparql.tpl
or using jena from a Java Application, the triples appear in the tdb
nodes.dat file OK.
Unfortunately when I run a simple select * where {?s ?p ?o} query, either
from the SPARQL query panel at the above URL, or from jena, no triples are
returned.
A write-only triplestore isn't that useful!
Has anyone had any success with Fuseki on Openshift?
DM