Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

What

RdbmsExport.xml

Required

no

Description

Exports historical time series data to RDBMS

schema location

http://fews.wldelft.nl/schemas/version1.0/rdbmsExport.xsd

Entry in ModuleDescriptors

<moduleDescriptor id="RdbmsExport">
<description>Exports historical time series data to RDBMS</description>
<className>nl.wldelft.fews.system.plugin.rdbmsexport.RdbmsExport</className>
</moduleDescriptor>

Excerpt
hiddentrue

Exports historical time series data to RDBMS

Table of Contents

Configuration

The RdbmsExport module exports historical time series data to tables in a RDBMS. These tables must exist prior to running the module. Notice that in the current version no qualifiers are supported!

...

An Oracle example

No Format

<jdbcDriverClass>oracle.jdbc.driver.OracleDriver</jdbcDriverClass>

...

An Oracle example:

No Format

<jdbcConnectionString>jdbc:oracle:thin:@localhost:1521:xe</jdbcConnectionString>

...

Defines the time window for which to export data from FEWS.

No Format

<exportTimeWindow unit="day" start="-10" end="0"/>

...

The time zone in which to export the data from FEWS.

No Format

<exportTimeZone>+01:00</exportTimeZone>

...

Optional list of Module Instance Id's for which to export time series data.

No Format

<moduleInstance moduleInstanceID="Statistiek_Percentielen_jaar" />
<moduleInstance moduleInstanceID="Statistiek_Percentielen_seizoen" />

...

Optional list of Filter Id's for which to export time series data.

No Format

<filter filterID="TSI_productie" />
<filter filterID="TMX_ruw" />
<filter filterID="DINO_ruw" />

...