Apache Jena Fuseki
==================

Apache Jena Fuseki is a SPARQL server.

Full documentation:
  http://jena.apache.org/documentation/fuseki2/

This distribution contains Fuseki2 package as a self-contained jar.
It can be run as an operating system process.

The script 'fuseki-server' is a script to run the server, with UI,
using 'fuseki-server.jar' from the command line.

The script 'fuskei-plain' runs the same 'fuseki-server.jar' without a UI.

The script 'service/fuseki.initd' is a Linux init script to run Fuseki as an OS service.
The file 'fuseki.service' is a systemd unit file to run Fuseki2 as a service.
Instructions are in comments at the start of the files.

A Dockerfile which can be customized for choices of storage can be found at:

https://repo1.maven.org/maven2/org/apache/jena/jena-fuseki-docker/
