+

Search Tips   |   Advanced Search

SDI - Getting Started

The first step in creating an SDI solution is translating data flows between data sources into AssemblyLines made up of Connectors. Consider the example scenario first AssemblyLine which involves three data sources, labeled D1, D2 and D3. The desired solution is to migrate the contents of D1 to D3, augmenting this data with values found in D2. Translating this requirement to an AssemblyLine, we end up with three Connectors, one for each data source:

  1. Connector to iterate through D1, feeding this data into the flow;
  2. Connector that looks up related records in D2 and merges these values with those coming from D1;
  3. Connector configured to add these augmented records to D3.


Parent topic:

The basics of solution design