togowarehouse logo by @yuyuyuOOO

TogoWarehouse

Togowarehouse is an utility tool to deploy a set of RDF/SPARQL tools developed in DBCLS. Togowarehouse provides a set of components including RDF store, SPARQL query proxy server, and the other tools to improve the access to RDF data.

Togowarehouse runs these components:

Prerequisites

Usage

Use --recursive to clone this repository with submodules:

git clone --recursive https://github.com/inutano/togowarehouse

Docker-compose to deploy the containers:

$ cd togowarehouse
$ mv /path/to/virtuoso.db ./db
$ docker-compose up -d

Then access http://localhost:80 for SPARQL endpoint provided by SPARQL proxy.

Contributors