ofilangi / docker-corese

Dockerized corese

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Corese: Semantic Web Factory (triple store & SPARQL endpoint) implementing RDF, RDFS, SPARQL 1.1 Query & Update

Docker Build Build Status

Pull from dockerHub

docker pull xgaia/corese:latest

Versionning

As there hasn't been an official release since January 2019, I regularly publish release according to the commit date.

docker pull xgaia/corese:20.6.8

Build

# Clone the repo
git clone https://github.com/xgaia/docker-corese.git
cd docker-corese
docker build -t corese .

Run

docker run --name corese -p 8080:8080 -e MEM=1G -d xgaia/corese

Run and load data

At start, corese load all files in /load. Mount a directory with rdf file to load them at corese start

  • Load a rdf file
docker run --name corese -p 8080:8080 -v path/to/file.ttl:/load/file.ttl -d xgaia/corese
  • Load a directory full of rdf file
docker run --name corese -p 8080:8080 -v path/to/dir:/load/ -d xgaia/corese

About

Dockerized corese


Languages

Language:Dockerfile 83.4%Language:Shell 16.6%