Skip to content

ad-freiburg/sparql-conformance-ui

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

qlever-conformance-website

Website to visualize the result files of the sparql-conformance.

Prerequisites

Docker.

Setup

  1. Clone this repository.

  2. If you want to use it with the GitHub App + Workflow & upload server click here

  3. If you just want to look at results:

Docker

Build:

docker build -t sparql-conformance-ui . 

Run:

Replace PORT and PATH

docker run --name sparql-conformance-ui -d -p PORT:3000 -v PATH:/public/results sparql-conformance-ui

Example mount:

-v /Users/username/Desktop/project/results:/public/results

This mounts your directory (which is the first path, do not change the second path) to the results directory used by the server.

Set it to the directory containing the result files.

About

website to visualize the conformance results of the qlever engine.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published