Docker image: dcatno/gdoc Base image: frolvlad/alpine-oraclejdk8 Source: Dockerfile
Service that reads a google sheet document (formated according to DCAT) and converts it to DCAT-AP-NO 1.1 RDF-document. The procedure is repeated every hour.
dcatno/search: Apache License, version 2.0
Install:
docker run -p 8080:8080 dcatno/gdoc
Get latest DCAT-document:
GET http://gdoc:8080/versions/latest
Get a specific DCAT-document (the latest conversion on a particular date)
GET http://gdoc:8080/versions/2017-04-05
Force conversion:
POST http://gdoc:8080/convert
Content type
Image
Digest
Size
279.2 MB
Last updated
almost 9 years ago
docker pull dcatno/gdoc