Microservice to transform the Logies data of Toerisme Vlaanderen to the semantic Logies model
2.3K
Microservice to transform the Logies data of Toerisme Vlaanderen to the semantic Logies model as described by the Logies Basis application profile and load it in a triple store. It also publishes a data dump.
To add the service to your stack, add the following snippet to docker-compose.yml:
services:
import:
image: redpencilio/logies-data-conversion-service
volumes:
- ./data/input:/input
- ./data/files:/output
The input CSV files are downloaded from the Toerisme Vlaanderen Open Data Portal. The conversion tasks are configured in /app/config/tasks. Each tasks has the following properties:
The resulting file is written in /ouput. The volume mounted here must be the same volume as mounted in the file-service if files must be downloadable by the end user.
The following environment variables can be configured:
CRON_PATTERN (default: 0 0 2 * * *): cron pattern defining when the data conversion is triggeredOUTPUT_DIRECTORY (default: /output): output directory to store the final TTL fileContent type
Image
Digest
sha256:f42f150f1…
Size
517.1 MB
Last updated
about 2 months ago
docker pull redpencil/logies-data-converter-service