Sign inSign up

markw/yarrrml-rml-ejp

By markw

•Updated 3 months ago

A serverized verson of https://github.com/RMLio/yarrrml-rmlmapper-docker

Image
0

665

markw/yarrrml-rml-ejp repository overview

"Serverized" version of yarrrml-rmlmapper-docker configured to follow the port and naming conventions for the EJP-RD RDF ETL pipeline

  1. create a /data folder
  2. create a data file with the data element name, followed by the data type (e.g. height.csv)
  3. create a yarrrml file with the data element name followed by "_yarrrml.yaml" (e.g. height_yarrrml.yaml)

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

Tag summary

Content type

Image

Digest

sha256:6d6f8de00…

Size

465.5 MB

Last updated

3 months ago

docker pull markw/yarrrml-rml-ejp:0.1.3