TheScienceMuseum / fuseki-docker

Docker image for Apache Jena's Fuseki triple store server

Home Page:https://www.sciencemuseumgroup.org.uk/project/heritage-connector/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

fuseki-docker

Docker image for Apache Jena's Fuseki triplestore server. Fork of AtomGraph/fuseki-docker

Usage (local)

To build:

docker build --no-cache . -t fuseki

To run:

docker run -p 3030:3030 fuseki

We use the -d and --restart=always flags to detach the Fuseki instance and make it automatically restart if the database crashes.

Help (all run options explained):

docker run --rm fuseki --help

Fuseki Endpoints

In the following examples which use /ds as the dataset path, these main endpoints are available:

They can be redefined in configuration.

Post 3030 has to be mapped to be able to access it on the Docker host.

About

Docker image for Apache Jena's Fuseki triple store server

https://www.sciencemuseumgroup.org.uk/project/heritage-connector/

License:MIT License


Languages

Language:Dockerfile 100.0%