RMLStreamer generates RDF from files or data streams using RML.
659
https://github.com/RMLio/RMLStreamer
This image is intended to run RMLStreamer as a simple stand-alone job, suitable for a development environment. If you want to run RMLStreamer on a Flink cluster on Docker with all its features (production environment), see the documentation.
This example mounts the current directory into the container, ready to run a mapping. Go to the directory of the RML mapping file. Then run:
docker run -v $PWD:/data --rm rmlio/rmlstreamer toFile -m /data/<mapping file> -o /data/<output directory>
The parameters are described in the RMLStreamer documentation.
Content type
Image
Digest
sha256:e3088647a…
Size
255.2 MB
Last updated
almost 4 years ago
docker pull rmlio/rmlstreamer