An Optimized, RML-engine-agnostic Interpreter for Functional Mappings. It planns the optimized execution of FnO functions integrated in RML mapping rules, interprets and transforms the rules into function-free ones efficiently. Since Dragoman is engine-agnostic it can be adopted by any RML-compliant Knowledge Graph creation framework.
Project description
An Optimized, RML-engine-agnostic Interpreter for Functional Mappings. It planns the optimized execution of FnO functions integrated in RML mapping rules, interprets and transforms the rules into function-free ones efficiently. Since Dragoman is engine-agnostic it can be adopted by any RML-compliant Knowledge Graph creation framework.
You can use Dragoman with your own library of functions! Here is how:
- Make a copy of functions.py that is located in ./Interpreter/ and rename it (we consider it as new_function_script.py)
- Edit new_function_script.py by adding your functions definitions following the sctructure provided in the script and save the chnages
- Go to the connection.py and replace ".functions" with ".new_function_script" at line 6 and save the changes
That's it! You are ready to go :)
Installing and Running the Dragoman
From PyPI (https://pypi.org/project/dragoman-tool/):
python3 -m pip install dragoman-tool
python3 -m Interpreter -c /path/to/config/file
From Docker (https://hub.docker.com/repository/docker/sdmtib/dragoman):
docker run -d -p 4000:4000 -v /path/to/yourdata:/data dragoman
Send a GET request with the configuration file to Dragoman container.
curl localhost:4000/mapping_transformation/data/your-config-file.ini
Get the results from the container (if output folder is inside data folder, results are already in your host)
docker cp CONTAINER_ID:/app/path/to/output .
Version
1.0
License
This work is licensed under Apache 2.0
Authors
- Samaneh Jozashoori (samaneh.jozashoori@tib.eu)
- Enrique Iglesias (iglesias@l3s.de)
- Maria-Esther Vidal (maria.vidal@tib.eu)
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
File details
Details for the file dragoman_tool-1.0.dev1639048966.tar.gz
.
File metadata
- Download URL: dragoman_tool-1.0.dev1639048966.tar.gz
- Upload date:
- Size: 21.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.6.0 importlib_metadata/4.8.2 pkginfo/1.7.1 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.8.10
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 9bfc7f5a72a80f988607c5567881362db8d8c5f779c4b2a24fc82296e8eed33b |
|
MD5 | acf7b939f5cdafb01c7236d1343f2b54 |
|
BLAKE2b-256 | c6b6a53c1e76a2eb04d6d14a6156b3ca9e4bf4618302e3127e84e6685c6dff3f |
File details
Details for the file dragoman_tool-1.0.dev1639048966-py3-none-any.whl
.
File metadata
- Download URL: dragoman_tool-1.0.dev1639048966-py3-none-any.whl
- Upload date:
- Size: 26.8 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.6.0 importlib_metadata/4.8.2 pkginfo/1.7.1 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.8.10
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 814b0fcd9b8abab4d4987b7165aa8f2d4a2a044ddc5d0b4117dabf227b952b8c |
|
MD5 | a5086308effd443bdec1728503934b2f |
|
BLAKE2b-256 | 775a521a9c370d4f8a9f645d5cbf31b8876e3dce820e3e2fafa8ed76849ffa8a |