Last modified by Danniar Firdausy on 2023/08/11 10:54

From version 25.1
edited by Erik Bakker
on 2022/08/23 09:39
Change comment: There is no comment for this version
To version 28.3
edited by Danniar Firdausy
on 2023/07/28 16:07
Change comment: There is no comment for this version

Summary

Details

Page properties
Title
... ... @@ -1,1 +1,1 @@
1 -Determining Integration Pattern
1 +Business Case
Author
... ... @@ -1,1 +1,1 @@
1 -XWiki.ebakker
1 +XWiki.dfirdausy
Content
... ... @@ -16,9 +16,9 @@
16 16  The focal point of this microlearning will be to figure out how you can best decide between the various "first-class" integration patterns.
17 17  
18 18  * The key aspects are:
19 - * The three "first-class" patterns are messaging, event streaming, and API gateway
20 - * Each pattern has pros and cons
21 - * Decide which pattern suits best based on business and technical checks and balances
19 + ** The three "first-class" patterns are messaging, event streaming, and API gateway
20 + ** Each pattern has pros and cons
21 + ** Decide which pattern suits best based on business and technical checks and balances
22 22  
23 23  == 3. Determining Integration Pattern ==
24 24  
... ... @@ -27,15 +27,15 @@
27 27  The focal point of this microlearning will be to figure out how you can best decide between the various "first-class" integration patterns.
28 28  
29 29  * The key aspects are:
30 - * The three "first-class" patterns are messaging, event streaming, and API gateway
31 - * Each pattern has pros and cons
32 - * Decide which pattern suits best based on business and technical checks and balances
30 + ** The three "first-class" patterns are messaging, event streaming, and API gateway
31 + ** Each pattern has pros and cons
32 + ** Decide which pattern suits best based on business and technical checks and balances
33 33  
34 34  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.
35 35  
36 36  [[image:Main.Images.Microlearning.WebHome@intermediate-discover-your-integration-landscape-determining-integration-pattern--the-three-patterns-visualized.png]]
37 37  
38 -As you can see, each pattern works differently. If you want an in-depth introduction to messaging, please check out this [microlearning](crashcourse-messaging-introduction.md). If you want an in-depth introduction to event streaming, please check out this [microlearning](crashcourse-eventstreaming-event-streaming-introduction.md). If you want an in-depth introduction to API gateway, please check out this [microlearning](crashcourse-api-gateway-introduction.md).
38 +As you can see, each pattern works differently. If you want an in-depth introduction to messaging, please check out this [[microlearning>>doc:Main.eMagiz Academy.Microlearnings.Crash Course.Crash Course Messaging.crashcourse-messaging-introduction||target="blank"]]. If you want an in-depth introduction to event streaming, please check out this [[microlearning>>doc:Main.eMagiz Academy.Microlearnings.Crash Course.Crash Course Event Streaming.crashcourse-eventstreaming-event-streaming-introduction||target="blank"]]. If you want an in-depth introduction to API gateway, please check out this [[microlearning>>doc:Main.eMagiz Academy.Microlearnings.Crash Course.Crash Course API Gateway.crashcourse-api-gateway-introduction||target="blank"]].
39 39  
40 40  Because each pattern works differently, each pattern has its pros and its cons. Depending on your specific use case, the balance between the pros and cons of one of the patterns will favor the pros. As a result, you should choose that option. But then, you ask, on what grounds should I make the decision? The answer is a series of checks and balances that look both at the business and technical aspects.
41 41  
... ... @@ -87,9 +87,9 @@
87 87  == 5. Key takeaways ==
88 88  
89 89  * The key aspects are:
90 - * The three "first-class" patterns are messaging, event streaming, and API gateway
91 - * Each pattern has pros and cons
92 - * Decide which pattern suits best based on business and technical checks and balances
90 + ** The three "first-class" patterns are messaging, event streaming, and API gateway
91 + ** Each pattern has pros and cons
92 + ** Decide which pattern suits best based on business and technical checks and balances
93 93  
94 94  == 6. Suggested Additional Readings ==
95 95