rmlio/rmlstreamer
RMLStreamer generates RDF from files or data streams using RML.
179
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.
docker pull rmlio/rmlstreamer