Changes for page eMagiz State Generation
Last modified by Erik Bakker on 2024/08/13 12:05
From version 3.2
edited by Erik Bakker
on 2022/06/13 14:05
on 2022/06/13 14:05
Change comment:
Update document after refactoring.
To version 6.1
edited by Erik Bakker
on 2022/06/13 14:07
on 2022/06/13 14:07
Change comment:
There is no comment for this version
Summary
-
Page properties (2 modified, 0 added, 0 removed)
Details
- Page properties
-
- Title
-
... ... @@ -1,1 +1,1 @@ 1 - fundamental-stateful1 +eMagiz Stateful - Content
-
... ... @@ -1,9 +1,4 @@ 1 1 {{container}}{{container layoutStyle="columns"}}((( 2 - 3 - 4 - 5 -= eMagiz Stateful = 6 - 7 7 In this fundamental, we'll take a look at the capability of eMagiz around storing a state of a data packet of message send across the platform. 8 8 9 9 Should you have any questions, please get in touch with academy@emagiz.com. ... ... @@ -16,8 +16,6 @@ 16 16 17 17 All concepts are discussed in the section below.. 18 18 19 - 20 - 21 21 == 3. Introducing Stateful == 22 22 23 23 Within eMagiz there is a capability to store pieces of data of a specific object that is transit between systems. The basis idea of messages that are processed by eMagiz is that all of these are in transit. However, in certain cases it is very helpful to preserve a state of an object. That state can help to influence the next data packets that are passing through or trigger a certain action for another system. ... ... @@ -60,8 +60,6 @@ 60 60 61 61 The state store is implemented inside the eMagiz runtime using the H2 database for now. For time related operations another technology is used (Esper), and the functionality is only available on Docker based runtimes (to be release end Q2 2022). You wil find the specific Stateful components inside the Flow Designer as we use in eMagiz to model the flow. Aligned with the general concept of low-code developnment in eMagiz. For State store models, the current data modeling capabilities will be used. 62 62 63 - 64 - 65 65 == 4. Key takeaways == 66 66 67 67 * Stateful refers to the concept of storing a state of an object ... ... @@ -68,10 +68,8 @@ 68 68 * Storing a state is different compared to data in transit which is often refered as stateless data (eMagiz doesn't store or update the data when sending across) 69 69 * Stateful can be applied across all patterns in eMagiz and is embedded into the platform in such a way that it provided the same user experience 70 70 71 -[[image:Main.Images.Fundamental.WebHome@f fundamental-stateful-1.png]]62 +[[image:Main.Images.Fundamental.WebHome@fundamental-stateful-1.png]] 72 72 73 - 74 - 75 75 == 5. Suggested Additional Readings == 76 76 77 77 N/A