Previous Topic

Next Topic

Book Contents

Book Index

Overview of Data Transport Processes in eDapter Toolkit

Using eDapter Toolkit you can configure processes that transfer data between any two databases or between different tables within a database. There are three processes involved in transporting data between two systems:

  1. Extraction from the source system (for example, a legacy system)
  2. Publishing on the middleware
  3. Subscription from the middleware to temporary tables, and then populating data on the target database (for example, an ERP system)

The eDapter toolkit facilitates the real time data export by generating codes for three operations: extract, publish, and subscribe. The eDapter toolkit generates code for all three processes based on configuration and mapping done by the user. This code generation is a one-time process, and once generated, it performs the real time data transfer on a continuous basis unless the program is stopped manually. The following sub-sections describe each of these processes.

In This Section

Extraction Process

Publishing Process

Subscription Process

See Also

Overview of eDapter Toolkit

Overview of the Tools in eDapter Toolkit