Changes for page eMagiz API Gateway

Last modified by Eva Torken on 2024/02/26 12:30

From version 14.1
edited by eMagiz
on 2022/06/13 09:34
Change comment: There is no comment for this version
To version 15.1
edited by Erik Bakker
on 2022/06/13 12:37
Change comment: Imported from XAR

Summary

Details

Page properties
Author
... ... @@ -1,1 +1,1 @@
1 -XWiki.marijn
1 +XWiki.ebakker
Content
... ... @@ -1,7 +1,4 @@
1 -{{html wiki="true"}}
2 -<div class="ez-academy">
3 - <div class="ez-academy_body">
4 -<div class="doc">
1 +{{container}}{{container layoutStyle="columns"}}(((
5 5  
6 6  
7 7  
... ... @@ -11,9 +11,6 @@
11 11  
12 12  Should you have any questions, please get in touch with academy@emagiz.com.
13 13  
14 -* Last update: November 10th, 2021
15 -* Required reading time: 10 minutes
16 -
17 17  == 1. Prerequisites ==
18 18  * Some context on API Management will be helpful.
19 19  
... ... @@ -27,7 +27,7 @@
27 27  
28 28  The eMagiz API Gateway is the pattern in which a specific entry point is made available for external applications (users). These external applications can connect to this entry point via a series of operations. These operations are listed in a manner that allows this application user to retrieve data or provide data. Users & Roles are managed on a central level to control access to the various data sources.
29 29  
30 -<p align="center">[[image:fundamental-api-gateway-introduction-1.png||]]</p>
24 +[[image:Main.Images.Fundamental.WebHome@fundamental-api-gateway-introduction-1.png]]
31 31  
32 32  === 3.1 Entry point for application users ===
33 33  The entry point is a REST/JSON-based web service publicly accessible via the eMagiz Cloud for external application users. There is no other type of web service possible, and all the operations inside this web service are all REST/JSON based. In eMagiz, this concept translates into an All Entry flow type.
... ... @@ -35,16 +35,16 @@
35 35  === 3.2 Operations ===
36 36  An operation is defined as an entry point in the API Gateway that allows a specific type of interaction with the data exposed. For instance, a user wants to get the data for a particular order or create an order via this entry point. In this example, there will be a GET Order and a POST Order operation. The traditional HTTP operations, such as GET, POST, and PUT, are possible * see the below figure for the complete list.
37 37  
38 -<p align="center">[[image:fundamental-api-gateway-introduction-2.png||]]</p>
32 +[[image:Main.Images.Fundamental.WebHome@fundamental-api-gateway-introduction-2.png]]
39 39  
40 40  === 3.3 API Providers & Transformation ===
41 41  There is a specific system connected to the operation for every operation, which gets the data or processes the data. That system, application, or service is geared towards that specific piece of data and may have its connectivity requirements, security requirement, or data structure. eMagiz will create a particular Exit Gate Flow type so that all these requirements can be appropriately handled. The figure below the Control Tower, Exact, AFAS, and Address validator are the API providers.
42 42  
43 -<p align="center">[[image:fundamental-api-gateway-introduction-4.png||]]</p>
37 +[[image:Main.Images.Fundamental.WebHome@fundamental-api-gateway-introduction-4.png]]
44 44  
45 45  Each operation can have a Gateway Message and a System message for the specific API. In this way, standard eMagiz transformation tooling is made available to handle content and format transformations in the API Gateway.
46 46  
47 -<p align="center">[[image:fundamental-api-gateway-introduction-5.png||]]</p>
41 +[[image:Main.Images.Fundamental.WebHome@fundamental-api-gateway-introduction-5.png]]
48 48  
49 49  === 3.4 Interaction type & error handling ===
50 50  The API Gateway follows a synchronous pattern which means there is always a request being made to the web service, and that same web service will always provide you with a response. The web service will wait until the backend system delivering the response is ready to send that response.
... ... @@ -59,7 +59,7 @@
59 59  === 3.6 API Disovery ===
60 60  External application users can discover the operations via an online Portal * the SwaggerUI technology is used for that purpose. In that online section, the user can see all the published operations. For operation, all the required information is displayed to understand how to connect to the API correctly. That includes the request and response definitions, parameters, naming, response codes, and many more. Once the credentials have been provided, the application user can try out the operation.
61 61  
62 -<p align="center">[[image:fundamental-api-gateway-introduction-3.png||]]</p>
56 +[[image:Main.Images.Fundamental.WebHome@fundamental-api-gateway-introduction-3.png]]
63 63  
64 64  
65 65  === 3.6 Architectural components ===
... ... @@ -66,10 +66,10 @@
66 66  
67 67  A simplified picture below illustrates the overall architecture of API Gateway in the eMagiz Cloud.
68 68  
69 -<p align="center">[[image:fundamental-api-gateway-introduction-6.png||]]</p>
63 +[[image:Main.Images.Fundamental.WebHome@fundamental-api-gateway-introduction-6.png]]
70 70  
71 -===== Practice =====
72 72  
66 +
73 73  == 4. Key takeaways ==
74 74  
75 75  * API Gateway can serve as a single entry point for all external or intern application users
... ... @@ -91,10 +91,6 @@
91 91  
92 92  == 6. Silent demonstration video ==
93 93  
94 -<iframe width="1280" height="720" src="../../vid/fundamental/APIGW_Fundamental.mp4" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
88 +{{video attachment="fundamental-api-gateway-introduction.mp4" reference="Main.Videos.Fundamental.WebHome"/}}
95 95  
96 -
97 -</div>
98 -</div>
99 -</div>
100 -{{/html}}
90 +)))((({{toc/}}))){{/container}}{{/container}}