/fuseki-docker

Docker image for Apache Jena's Fuseki triple store server

Primary LanguageDockerfileMIT LicenseMIT

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.