cubiql icon indicating copy to clipboard operation
cubiql copied to clipboard

Document CubiQL deployment requirements

Open zeginis opened this issue 6 years ago • 3 comments

zeginis avatar Aug 16 '18 12:08 zeginis

Document the virtuoso version compatible with CubiQL. Some Virtuoso versions seem to have a problem with ASK queries: https://github.com/openlink/virtuoso-opensource/issues/464

@lkitching at the above issue they suggest as a work arround to include Accept: request headers, e.g. curl -v -H "Accept: application/sparql-results+xml" --data-urlencode 'query=ask {}' http://dbpedia.org/sparql

Can this be applied to CubiQL?

zeginis avatar Aug 30 '18 10:08 zeginis

Fixing #134 will make CubiQL compatible with all Virtuoso versions including the latest one

zeginis avatar Sep 04 '18 07:09 zeginis

@arekstasiewicz issue #134 has been fixed and now CubiQL does not use SPARQL ASK queries. So now CubiQL should also work with all Virtuoso versions. I have tested with Version: 07.20.3217 and workw fine. Can you also test and see if everything is working properly?

zeginis avatar Sep 07 '18 09:09 zeginis