The Necessity of a Common Integration Platform

Andrew Graaff • August 26, 2020

platform architecture

Integration Platform

An integration platform is a building block to dynamic systems. It allows a unified service from which all business events can be defined and registered. It is a central place for systems needing the information to request access to it (subscribe). It is more than messaging and more than a webhook runner but still has a small surface area (interface).

Context

Integration Platform Context

An integration platform should not be seen as a "data integration" system, it is not simply for point-to-point integrations. It can do that when necessary.
The goal is to be able to mix internally built applications and services with SAAS and third party systems to provide one a consistent "logical" view of what is occurring within the business.

We can see that it allows applications to register the result of business operations e.g. order placed under the defined business domains. It then allows internal and external systems to register to receive these business events. The producer of the event is effectively decoupled from the application(s) requiring the event data. This allows for changes to be made efficiently since it does not matter which application creates the event in the course of performing a business operation or which application(s) consume the event.

It can also be effectively used to update a data warehouse for realtime reporting and notification capability.

Since every system needs an integration capability it would be ineffective to duplicate this capability.
It would also lead to fragmentation and difficulty in getting a view of what is occurring within the entire "business system" i.e. all the systems working together to achieve the businesses goals.

Components

Integration Platform Context What are some of the components offered by an integration platform?

Conclusion

There are many additional aspects to this pattern which will be discussed further. I hope this will convince you that the central integration platform capability is vital to a dynamic system. Belac is developing an open source version which makes some choices optimised for SMME's. This will show you that this capability is not difficult to implement or run.