lu-pl / semantic-sandbox

Compose Sandbox for running popular Triplestores

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Semantic Sandbox

Semantic Sandbox is a simple compose stack for running popular Triplestores.

The setup can be useful for end-to-end testing or simply tinkering. 🔧🐱

Usage

Run docker-compose to start the compose environment with all featured Tripelstores.

git clone git@github.com:lu-pl/semantic-sandbox.git
cd semantic-sandbox
docker-compose up

For port mappings see Triplestores below.

To run only a single store or a selection of stores, pass the store handle to docker-compose, e.g. docker-compose up <store1> <store2>.

Triplestores

The following Triplestores are currently supported:


GraphDB

Info

Notes

Resources:


Blazegraph

Info

Notes

Resources:


Fuseki

Info

For other endpoints see the Data access section or SOH - SPARQL over HTTP.

Notes

Resources:

About

Compose Sandbox for running popular Triplestores

License:GNU General Public License v3.0