Architecture
You will need to understand the architecture and process flow for Relational Replication.
-
The user must configure the Temenos Transact applications for Relational Replication.
-
On Commit XSD events are captured.
-
Extract EJB pulls the XSD event, parses the XSD event, and loads the metadata tables.
-
At the same time, XSD events are maintained in ETL staging tables and generate the DDLs to create the replicated tables.
-
Any transactions performed on the configured table for Relational replication will generate the data events during commit capture.
-
Extract pulls the data events via a JDBC call and transforms the data. It then generates the DML statements to load the data into the Relational replication database.
-
At the same time, the data events are logged into ETL staging tables for logging, resilience, reconciliation and monitoring purposes.
In this topic