Changes for page Determining Integration Pattern
Last modified by Danniar Firdausy on 2024/09/16 13:24
From version 37.3
edited by Danniar Firdausy
on 2024/09/16 13:20
on 2024/09/16 13:20
Change comment:
There is no comment for this version
To version 37.7
edited by Danniar Firdausy
on 2024/09/16 13:23
on 2024/09/16 13:23
Change comment:
There is no comment for this version
Summary
-
Page properties (1 modified, 0 added, 0 removed)
Details
- Page properties
-
- Content
-
... ... @@ -1,11 +1,8 @@ 1 1 {{container}} 2 2 {{container layoutStyle="columns"}} 3 3 ((( 4 -In e Magiz, wedifferentiatebetweenthree "first-class" integration patterns.Eachofthese patternsis bestsuitedforparticularintegration challenges.Inthismicrolearning,wewillsee howtocompare thethreeintegration patternsto decidewhichpattern tochoose.4 +In this microlearning, we will explore the three "first-class" integration patterns within eMagiz: messaging, event streaming, and API gateway. Each pattern addresses different integration challenges, and our focus will be on comparing these patterns to help you decide which one is best suited for your specific use case. By the end, you will understand the pros and cons of each pattern and how to make an informed decision based on both business and technical factors. 5 5 6 -In this microlearning, we will explore the three primary integration patterns within eMagiz: messaging, event streaming, and API gateway. Each pattern addresses different integration challenges, and our focus will be on comparing these patterns to help you decide which one is best suited for your specific use case. By the end, you will understand the pros and cons of each pattern and how to make an informed decision based on both business and technical factors. 7 - 8 - 9 9 Should you have any questions, please get in touch with [[academy@emagiz.com>>mailto:academy@emagiz.com]]. 10 10 11 11 == 1. Prerequisites == ... ... @@ -14,10 +14,8 @@ 14 14 15 15 == 2. Key concepts == 16 16 17 -This microlearning centers on determining integration patterns. 14 +This microlearning centers on determining integration patterns. The focal point here will be to figure out how you can best decide between the various "first-class" integration patterns. 18 18 19 -The focal point of this microlearning will be to figure out how you can best decide between the various "first-class" integration patterns. 20 - 21 21 * The key aspects are: 22 22 ** The three "first-class" patterns are messaging, event streaming, and API gateway 23 23 ** Each pattern has pros and cons ... ... @@ -25,15 +25,6 @@ 25 25 26 26 == 3. Determining Integration Pattern == 27 27 28 -In eMagiz, we differentiate between three "first-class" integration patterns. Each of these patterns is best suited for particular integration challenges. In this microlearning, we will see how to compare the three integration patterns to decide which pattern to choose. 29 - 30 -The focal point of this microlearning will be to figure out how you can best decide between the various "first-class" integration patterns. 31 - 32 -* The key aspects are: 33 - ** The three "first-class" patterns are messaging, event streaming, and API gateway 34 - ** Each pattern has pros and cons 35 - ** Decide which pattern suits best based on business and technical checks and balances 36 - 37 37 As stated above, there are three "first-class" integration patterns within eMagiz. Each of these patterns has a unique way of processing the data. In this microlearning, we will look at how to decide which pattern best fits your integration challenge. Before we do that, let us first quickly look at the three integration patterns. In the picture below, you see a visual representation of each of the three patterns. 38 38 39 39 [[image:Main.Images.Microlearning.WebHome@intermediate-discover-your-integration-landscape-determining-integration-pattern--the-three-patterns-visualized.png]] ... ... @@ -85,10 +85,14 @@ 85 85 86 86 == 4. Key takeaways == 87 87 88 -* The key aspects are: 89 - ** The three "first-class" patterns are messaging, event streaming, and API gateway 90 - ** Each pattern has pros and cons 91 - ** Decide which pattern suits best based on business and technical checks and balances 74 +* eMagiz offers three "first-class" integration patterns: messaging, event streaming, and API gateway. 75 +* Each pattern is designed to address specific integration scenarios, with distinct strengths and limitations. 76 +* Choosing the right pattern depends on a combination of business requirements (e.g., real-time response needs, data retention, throughput) and technical considerations (e.g., system compatibility, security protocols). 77 +* In general: 78 + ** Messaging is ideal for low-frequency, low-throughput integrations that don’t require real-time responses. 79 + ** Event streaming excels in handling high-frequency, high-throughput data streams and supports asynchronous communication. 80 + ** API gateway is best suited for synchronous communication and centralized API management with built-in user management and security features. 81 +* Consider licensing, implementation, and resource costs when selecting a pattern, as these factors impact both short-term and long-term investments. 92 92 93 93 == 5. Suggested Additional Readings == 94 94