Go to primary content
Oracle® Retail Bulk Data Integration Implementation Guide
Release 16.0
E81413-01
  Go To Table Of Contents
Contents

Previous
Previous
 
Next
Next
 

8 BDI Data Integration Topologies

The BDI infrastructure applications move data from one application to another. So there is data producing applications and data consuming applications. Depending on the customer needs, the data produced by an application may be used by one or more consuming applications. This leads to different deployment architectures for various needs.

In all of the topologies presented, regardless of the examples presented, in practice, the sender and receiver locations can be on-premise, cloud, or hybrid deployments. BDI is designed to be location transparent.

Point to Point Topology

Figure 8-1 Point to Point

Surrounding text describes Figure 8-1 .

In this deployment topology, there is only one consumer for an interface module (An interface module may have one or more interfaces).


Note:

In the case of where there are multiple receivers for the data, this topology is not the most efficient.

A detailed diagram of a point to point topology usage in Oracle Retail is shown below.

Figure 8-2 Detailed BDI Point to Point Topology

Surrounding text describes Figure 8-2 .

Sender side split

Figure 8-3 Sender Side Split

Surrounding text describes Figure 8-3 .

In the case of Sender Side Split (SSS), the data is extracted once from the source system. The extracted data is transmitted to each destination separately. Since, unlike point to point topology, the extraction done only once regardless of the number of destinations.

A detailed diagram of sender side split topology usage in Oracle Retail is shown below.

Figure 8-4 Sender Side Split Topology

Surrounding text describes Figure 8-4 .

Receiver Side Split

Figure 8-5 Receiver Side Split

Surrounding text describes Figure 8-5 .

The Receiver Side Split (RSS) topology is used for multi destination data transfer such as Sender Side Split. In this topology data is extracted and transmitted to the destination only once regardless of the number of destinations. This topology differs from the sender side split in the number of times the data is transmitted.

Receiver side split can only be used if all the destinations have a shared network drive access. This is the most optimal multi destination data transfer topology.

A detailed diagram of receiver side split topology usage in Oracle Retail is shown below.

Figure 8-6 Receiver Side Split

Surrounding text describes Figure 8-6 .