ColinMaudry / sparql-router

Application to turn SPARQL queries into APIs and use them in a simple Web app (Express + Vue)
http://queery.link
MIT License
9 stars 4 forks source link

Gettings results both from Comunica SPARQL HTTP and other endpoints #110

Closed ColinMaudry closed 4 years ago

ColinMaudry commented 4 years ago

Using Axios instead of HTTP module helped with Comunica SPARQL HTTP endpoint (http://sireneld.io:18300/sparql) but didn't work with Dydra (https://dydra.com/colin-maudry/me/sparql, the request hangs).

That may be due to using HTTP: URL, will try switching to HTTPS.

ColinMaudry commented 4 years ago

7b9e8413656e5fd747635a many SPARQL endpoints work except Dydra's.

Some tests failing though.

ColinMaudry commented 4 years ago

Retained solution: go back to http/https modules and move Comunica SPARQL HTTP endpoint to HTTPS.

ColinMaudry commented 4 years ago

I have rolled back 7b9e841 and setup HTTPS on sireneld.io/sparql instead. Closed for now.