Top
Interstage Big Data Complex Event Processing Server V1.0.0 User's Guide
Interstage

5.5.2 Preparing Data

This section explains how to prepare the data to be referenced from rules.

5.5.2.1 Preparing Event Data (for Testing)

Prepare (create) event data to be used in checking the operation of rules.

Use an event data format that suits the event sender application to be used.

Example

This is an example of event data for the event sender sample program supplied with the samples of this product.

/opt/FJSVcep/sample/sample1/event/CouponEvent.csv

"STR0001","CPN0001","30"

5.5.2.2 Preparing Master Data (for the High-speed Filter)

Prepare (create) a schema file and data files of the master data for the high-speed filter.

Refer to "9.2.3 Master Definition File" for information on the schema file and data files.

Example

Example of a schema file

"Kbn","Number","Code","Name","Value","Total","Comment"

Example of a data file

"01","1001","AAA","BlockA","1,000","1,000","Comment: Memo number 4023"
"02","1001","BBB","
BlockB","","1,200","Comment: Memo number 4023"
"03","1002","CCC","
BlockC","800","800","Comment: Memo number 4023"

5.5.2.3 Preparing Data to be Stored in an XTP Cache

Prepare (create) the data that is to be initially stored in the XTP cache to be referenced from complex event processing rules.

If an existing cache is to be used, this data need not be prepared (created).

Select a data format according to the specifications of the cache access application for update to be used.