Skip to content

This service exposes a number of routes that execute SPARQL queries to gain insight in a number of legacy data issues on kaleidos.

Notifications You must be signed in to change notification settings

kanselarij-vlaanderen/legacy-data-service

Repository files navigation

Legacy data service

This service exposes a number of routes that execute SPARQL queries to gain insight in a number of legacy data issues on kaleidos.

Installation

The service expects a full kaleidos-project stack to be running, especially with the database configured and running correctly.

To run this service in your kaleidos-project stack, add the following to your docker-compose.override.yml:

legacy-data-service:
  #image: semtech/mu-javascript-template #only for linux users
  image: semtech/mu-javascript-template:windows #only for windows users
  ports:
    - 8889:80
  environment:
    NODE_ENV: "development"
    DEV_OS: "windows" #only for windows users
  links:
    - triplestore:database
  volumes:
    - /path/to/legacy-data-service/:/app/
    - /path/to/data-folder/data/:/data/

Note that the DEV_OS variable is optional, to enable live reload on Windows.

Usage

(assuming the configuration on port 8889 as above)

About

This service exposes a number of routes that execute SPARQL queries to gain insight in a number of legacy data issues on kaleidos.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published