/
Building Integrations with Components
Building Integrations with Components
As we learned earlier, there are three parts that make up an integration. Generally, when building integrations in IguanaX, each component should correspond to one piece of the integration - either act as a source, processor, or destination component.
Each component applies separation of concerns and has a dedicated function:
You are not restricted to use a certain number of components. You can have one or more source, processor, and destination component to meet your workflow needs.
By separating the responsibilities of each component, you create a clear data flow that’s easier to modify and scale, while maintaining flexibility to adjust or replace components as needed.
, multiple selections available,
Related content
Core Principles for Building Interfaces
Core Principles for Building Interfaces
Read with this
What is an Integration
What is an Integration
Read with this
Interface Architecture and Design
Interface Architecture and Design
Read with this
Types of Integration Workflows
Types of Integration Workflows
Read with this
Parts of an Integration
Parts of an Integration
Read with this
Structuring Component Translators
Structuring Component Translators
Read with this