morph-kgc / morph-kgc

Powerful RDF Knowledge Graph Generation with RML Mappings
https://morph-kgc.readthedocs.io
Apache License 2.0
169 stars 32 forks source link

Containerize Morph-KGC in Docker #224

Closed LuciaCabanillasRodriguez closed 4 months ago

LuciaCabanillasRodriguez commented 4 months ago

This pull request introduces:

Docker Containerization:

Example usage:

docker build -t morph-kgc-app . docker build -t morph-kgc-app --build-arg optional_dependencies="sqlite,kafka" .

The container is designed to mount a local directory for required files.

docker run -v $(pwd)/files:/app/files morph-kgc-app files/config.ini

Please review and merge at your convenience.