Execution Specific Requirements

On top of the default Data Source Connector installation, each execution will require a number of files to be present before the evaluation process can be started. These files are as follows:

Compiled Rulebase

These are the compiled “output” files, from a valid rulebase.

Source Data Files

These are a set of comma separated variable (henceforth “csv”) files containing data that is appropriate for, and can be mapped against, the aforementioned rulebase. The data within these files can either be sequential (Faster Execution) or non-sequential (Easier data extraction from source), but it is essential that appropriate Primary and Foreign Keys are present for Relationship Mappings.

Configuration File

This is the configuration file that specifies how the Data Source Connector should interpret and map data from the source to the rulebase, which relationships need to be traversed, which attributes need to be outputted and specific execution parameters such as the number of concurrent threads that the Data Source Connector should use during the evaluation process.

Go to:

Test Structure

CSV Descriptors

The Configuration File