Package PIRL.Conductor.Pipeline_Configuration

The PIRL Conductor Pipeline_Configuration package provides an application to manage or retrieve pipeline configuration parameters that are stored in a database.

See: Description

Package PIRL.Conductor.Pipeline_Configuration Description

The PIRL Conductor Pipeline_Configuration package provides an application to manage or retrieve pipeline configuration parameters that are stored in a database.

Pipeline procedures often require external configuration parameters that are usually stored within a configuration file. However, this often places management burden on the users that monitor and maintain running pipelines. Different processing "modes" may require different configuration settings, which often requires different configuration files or sets of configuration files if multiple pipelines are involved. The utility in this package allows these configuration parameters to be stored in and retrieved from a database table, and can include a regex field to validate/restrict the parameter values stored for each parameter name.

See Also:
PIRL.Database