PROMS exporter toolkits
These toolkits generate PROV-O and PROMS-O compliant provenance Reports which can be used in their own right, or can be sent to a PROMS Server.
To make adoption easier, toolkits for use with several programming languages are available. They are:
Python
Also available on the Python package library PyPI as 'pyproms' (# pip install pyproms)
Java
.NET (C#)
C++
When someone asks for it!
Usage
These clients are designed to be as similar as possible. All have equivalent classes with similar or identical constructors and method signatures. They all output the same results given the same input. The major difference between the toolkits is the RDF toolkits they use under the hood, for instance the Java implementation uses Apache Jena and the Python implementation uses rdflib.
To use a toolkit is a bit language dependent but generally involves integrating the toolkit's function library into the code of the process (perhaps a workflow) for which you want to export provenance. All toolkits in relation to a system they are reporting from, say 'Workflow Systme X' and a PROMS Server, operate as per Figure 1. See the toolkit code repositories themselves (linked to above)for further instructions.
Figure 1: PROMS Server, PROMS Toolkits and external workflow components
Comments