Skip to content

Commit

Permalink
Add ToC
Browse files Browse the repository at this point in the history
  • Loading branch information
nichtich committed Jul 18, 2023
1 parent eacff49 commit 8e8d103
Showing 1 changed file with 13 additions and 5 deletions.
18 changes: 13 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,16 @@

This repository contains a script to generate a Debian package of [Apache Jena Fuseki](https://jena.apache.org/documentation/fuseki2/) RDF Triple store with SPARQL API and user interface. This Debian package is not affiliated with the Apache project. See <https://github.com/apache/jena> for Fuseki sources.

## Table of Contents

- [Overview](#overview)
- [Installation](#installation)
- [Configuration](#configuration)
- [Usage](#usage)
- [Related works](#related-works)
- [How this package is build](#how-this-package-is-build)
- [License](#license)

## Overview

Fuseki is run as dedicated system user `fuseki`. Directory layout is same as in [Skosmos installation instructions](https://github.com/NatLibFi/Skosmos/wiki/InstallTutorial):
Expand Down Expand Up @@ -87,16 +97,14 @@ curl --data "dbName=test&dbType=tdb2" http://localhost:3030/$/datasets

Uploading or editing data via SPARQL from/to existing databases is *not* restricted by default!

## See also
## Related works

You may want to try [Fuseki Docker](https://jena.apache.org/documentation/fuseki2/fuseki-docker.html) instead of this Debian package.

The [Apache Jena binary release](https://jena.apache.org/download/) includes several useful [command line tools](https://jena.apache.org/documentation/tools/index.html) for processing RDF.

The Debian package `libapache-jena-java` installs [Apache Jena](https://jena.apache.org/) libraries, not including Fuseki nor the command line tools.

## Alternatives

You may want to try [Fuseki Docker](https://jena.apache.org/documentation/fuseki2/fuseki-docker.html).

## How this package is build

Script `build.sh` executed with a version number downloads Fuseki release and builds a corresponding Debian package.
Expand Down

0 comments on commit 8e8d103

Please sign in to comment.