Personal tools
You are here: Home Developer Interest Groups Provenance Interest Group Provenance Recorder Instructions

Provenance Recorder Instructions

This page describes how to configure the provenance recorder to use an HSQL database with the latest schema.

 1. If you don't have Kepler:

mkdir modules
cd modules
svn co https://code.kepler-project.org/code/kepler/trunk/modules/build-area
cd build-area
ant change-to -Dsuite=provenance

Detailed instructions for the build system can be found here: Instructions and Overview of the Kepler Build System.

2. Run:

ant run

This will compile Kepler, including the provenance sources, and start the Kepler GUI. You should see a button on the toolbar with a "P" and a green background, which means that provenance is being recorded.

Provenance data is written to an HSQL database, starting with the first workflow execution. The schema is described here. You can view the contents using HSQL's DatabaseManager.

     

 

Document Actions