Script development steps - connect_cdc_sqdata - Latest

Connect CDC (SQData) Replicator Engine

Product type
Software
Portfolio
Integrate
Product family
Connect
Product
Connect > Connect CDC (SQData)
Version
Latest
Language
English
Product name
Connect CDC (SQData)
Title
Connect CDC (SQData) Replicator Engine
Copyright
2024
First publish date
2000
ft:lastEdition
2024-08-01
ft:lastPublication
2024-08-01T16:58:30.842568

Successful Configuration Script creation is similar to any type of application development effort. You must first determine what you are trying to accomplish, design your approach, develop the solution and then perform the required testing activities. Fortunately, Replicator script development requires much less effort than even SQData Apply Engine scripts; In part because the source data schema's are already defined and the Replicator Engine will automatically generate the target schema data structures. The biggest challenge is usually implementing the target datastore infrastructure if you are in the early stages of implementing Kafka or Hadoop with or without Confluent.

It is recommended that you follow the steps in the order presented below.

  1. Identify Source Platforms and Relational Tables

    Both the host machine, database instance and table names will be required. Since the SQData capture will also have to be implemented, much of this work may have already been accomplished. See the applicable Capture Reference for the steps required to install and configure Change data capture and communications components.

  2. Identify Target Datastores

    Determine the target datastore, be it Kafka, HDFS or simply Flat Files. If you will be writing Kafka topics, reach out to the internal organization that supports your kafka cluster infrastructure as they will likely have developed standards including any necessary data encryption requirements and templates for "Producers" which is the function of the Replicator Engine.

  3. Determine Special Processing Requirements

    Determine if any sort of Initial load processing is required. If it is consult with Precisely on the alternative methods for performing that task.

  4. Create the Replicator Configuration Script
  5. Validate the Configuration Script