2022

Page tree

Versions Compared

Key

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

Integration platform as a Service (iPaaS) is a suite of multiple cloud services. The suite aims  aims at integration and governance of various combinations of services - including On-Premise and OffOn-Premise, Cloud applications, Service oriented architecture (SOA), cloud services, processes and data, within or across , organizations. The iPaaS suite is an evolution of Integration as a Service and has been widely adopted for B2B and cloud services integration. It complements the application-development - and hosting-oriented application Platform as a Service (PaaS).

Fundamentals Of Integration

The integration approach can be either point-to-point, middleware, Middleware, iPaaS or EAI. All underlying concepts and principles around integrations are translated into Extraction, transformation, Transformation and loading Load (ETL).

ETL refers to the methods involved in accessing and manipulating source data and loading it into target database. 

The ETL process comprises of three general steps:  (1) mapping

  1. Mapping the data between source and target database
; (2) cleansing
  1. .
  2. Cleansing source data in staging area
; and, (3) loading
  1. .
  2. Loading cleansed source data into the target system. It is worth
nothing
  1. noting that, the 2nd step may not be necessarily be the same for all the ETL tools. This is because a company's internal system architecture may vary from that of other companies.



Basics

The DBSync's iPaaS can be mostly related to ETL's concepts/terminology. 

Source System : 

A database, application, file or other storage facility from which the data in a warehouse is derived.

Mapping: 

The definition of the relationship and data flow between source and target objects.

Metadata:

Data that describes data and other structures - such as objects, business rules , and processes. For example, the schema design of a data warehouse is typically stored in a repository as metadata. The metadata is then used to generate scripts to build and populate the data warehouse.

Staging Area:

A place where data is processed before entering the warehouse.

Cleansing:

The process of resolving inconsistencies and fixing anomalies in source data - a typical part of the ETL process.

Transformation: 

The process of manipulating data . Any manipulation, beyond copying, is a transformation. Examples include cleansing, aggregating, and integrating data from multiple sources.

Transportation:

The process of moving copied, or transformed, data from a source to a data warehouse.

Target System:

A database, application, file, or other storage facility to which the "transformed source data " is loaded in a data warehouse.