Data quality dashboard.

IanKelly121 bf3304530c Added fuseki data 3 роки тому
Luzzu Dashboard 89a5c09b87 Added Report filter page 3 роки тому
LuzzuDashboard-Wrapper-API f572cdc414 Added historic dataset functionality and bugfixes 4 роки тому
OSiDatastore bf3304530c Added fuseki data 3 роки тому
apache-jena-fuseki-3.12.0 bf3304530c Added fuseki data 3 роки тому
LICENSE.txt a1d7dae775 pushing dashboard to opengogs 4 роки тому
README.md f572cdc414 Added historic dataset functionality and bugfixes 4 роки тому

README.md

Dashboard Installation

Luzzu Dashboard

Prerequisites

1.  NodeJS: [https://nodejs.org/en/download/](https://nodejs.org/en/download/)

2.  NPM: [https://www.npmjs.com/get-npm](https://www.npmjs.com/get-npm)

Steps

  1. Install Pre-requisites

  2. Using Command Prompt (Windows) or Terminal (Linux), navigate to “Luzzu Dashboard” directory.

  3. Use command “npm install” to download and install dependencies

  4. Then use command “npm start” to start nodejs server in port 3000

Config file

  1. Navigate to src/config directory

  2. Open dashboardProperties.js file

  3. Update the host and port details of dependent systems like Luzzu Framework, TripleStore and Service Wrapper

Luzzu Dashboard Wrapper API

Steps

  1. Install Pre-requisites

  2. Using Command Prompt (Windows) or Terminal (Linux), navigate to “LuzzuDashboard-Wrapper-API” directory.

  3. Use command “npm install” to download and install dependencies

  4. Then use command “npm start” to start nodejs server in port 5000

Apache Jena Fuseki Server (TripleStore)

Prerequisites

1.  Apache Jena Fuseki 3.11.0: [https://jena.apache.org/download/index.cgi](https://jena.apache.org/download/index.cgi)

Steps

  1. Install Pre-requisites

  2. Create an empty folder named OSiDatastore

  3. Using Command Prompt (Windows) or Terminal (Linux), navigate to “apache-jena-fuseki-3.11.0” directory.

  4. Use command below command to initialize or run the triple store.

sudo java -jar fuseki-server.jar --loc='loc to OSiDatastore' /fusekiserver

DIR can be directory location in the system.

NAME is the name of the datastore name.

Please refer to https://jena.apache.org/documentation/fuseki2/fuseki-run.html for running Fuseki as Standalone Server