Skip to content

CORS Proxy for Heritage Connector: Allows Thor SPARQL client to work with Docker hosted Fuseki

Notifications You must be signed in to change notification settings

TheScienceMuseum/thor-cors-proxy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CORS Proxy for Heritage Connector

Allows Thor SPARQL client to work with Docker hosted Fuseki

Requirements

Enter host:8080 as your SPARQL endpoint in Thir (which will now proxied from Fuseki with the correct CORS headers)

Usage (local)

To build:

docker build --no-cache . -t thor-cors-proxy

To run:

docker run -p 8080:8080 thor-cors-proxy

We use the -d and --restart=always flags to make it automatically restart.

Help (all run options explained):

docker run --rm fuseki --help

About

CORS Proxy for Heritage Connector: Allows Thor SPARQL client to work with Docker hosted Fuseki

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published