rmlio/rmlstreamer

Sponsored OSS

By rmlio

Updated over 2 years ago

RMLStreamer generates RDF from files or data streams using RML.

Image
Data Science
Integration & Delivery
Internet of Things

179

https://github.com/RMLio/RMLStreamer

RMLStreamer Docker image

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.

Example usage

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>

Usage

The parameters are described in the RMLStreamer documentation.

Docker Pull Command

docker pull rmlio/rmlstreamer