Changes for page Multi-Model Best Practice

Last modified by Erik Bakker on 2024/08/08 11:58

From version 5.1
edited by eMagiz
on 2022/11/04 14:06
Change comment: There is no comment for this version
To version 6.1
edited by eMagiz
on 2022/11/04 14:09
Change comment: There is no comment for this version

Summary

Details

Page properties
Content
... ... @@ -13,11 +13,10 @@
13 13  
14 14  == 2. Key concepts ==
15 15  
16 -* Event streaming and webervices are mainly used to communicate between systems across models.
17 -* To allow communication between systems in different models using event streaming, it is needed to transform topics.
18 -* Communication between systems in different models can also directly be achieved using web services.
19 -* For clarity purposes, it is advised to give the systems that are the same across models the same name, as well as the name of the other model in which the system is present.
16 +* Model - the integration model of a client that runs on a specific cloud slot of eMagiz
17 +* Multi-model - several integration models of a single client
20 20  
19 +
21 21  == 3. Main multi-model integration patterns ==
22 22  
23 23  At the moment, there are two most frequently used ways to provide communication between systems in a multi-model environment. These concern event streaming and webservices. The processes of sharing data across systems in a multi-model environment using these concepts will be discussed in this microlearning, including best practices.