A serverized verson of https://github.com/RMLio/yarrrml-rmlmapper-docker
665
"Serverized" version of yarrrml-rmlmapper-docker configured to follow the port and naming conventions for the EJP-RD RDF ETL pipeline
curl http://localhost:4567/height (the final path component is the data element name e.g. 'height')
your transformed data will appear in ./data/triples
DOCKER-COMPOSE:
version: "3"
services:
yarrml-rdfizer:
image: markw/yarrrml-rml-ejp:0.0.3
container_name: yarrrml-rdfizer
environment:
# (nquads (default), trig, trix, jsonld, hdt, turtle)
- SERIALIZATION=nquads
ports:
- "4567:4567"
volumes:
- ./data:/mnt/data
Content type
Image
Digest
sha256:6d6f8de00…
Size
465.5 MB
Last updated
3 months ago
docker pull markw/yarrrml-rml-ejp:0.1.3