esp_rapexport

Functions as an adapter to modify data output by the Event Stream Processor so that it can be accepted as input by RAP - The Trading Edition. Since RAP can only handle inserts, deletes are dropped and updates are converted to inserts.

Syntax

esp_rapexport -f configFile -t templateDir -p publisherConfigDir
      

Required Arguments

Examples

Shows how to run an adapter with a configuration file named config.xml and templates and publish subdirectories all under a home directory whose full path is contained in the RAP_HOME environment variable:
esp_rapexport -f $RAP_HOME/config.xml -t $RAP_HOME/templates -p $RAP_HOME/publish