Changes for page eMagiz State Generation
Last modified by Erik Bakker on 2024/08/13 12:05
From version 16.1
edited by Carlijn Kokkeler
on 2023/07/07 14:01
on 2023/07/07 14:01
Change comment:
There is no comment for this version
To version 11.1
edited by Carlijn Kokkeler
on 2023/07/07 13:57
on 2023/07/07 13:57
Change comment:
There is no comment for this version
Summary
-
Page properties (1 modified, 0 added, 0 removed)
Details
- Page properties
-
- Content
-
... ... @@ -1,5 +1,5 @@ 1 1 {{container}}{{container layoutStyle="columns"}}((( 2 -In this fundamental, we'll take a look at the capability of eMagiz around storing a state of a data packet o rmessage sentacross the platform.2 +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. 3 3 4 4 Should you have any questions, please get in touch with academy@emagiz.com. 5 5 ... ... @@ -49,9 +49,9 @@ 49 49 50 50 == 6. Use Cases == 51 51 52 -In the following, real-life implementations are given on how eMagiz State Generation has been realized through enrichment, aggregation, change detection, and duplicate detection. 52 +In the following, real-life implementations are given on how eMagiz State Generation has been realized through (i) enrichment, (ii) aggregation, (iii) change detection, and (iv) duplicate detection. 53 53 54 -==== 6.1 Enrich ment====54 +==== 6.1 Enrich ==== 55 55 56 56 Company A works with a backend system based on ID/Name combinations. These are different for each implementation, and can be retrieved through a unique API. A difficulty that arises, is that some APIs initially only return the IDs. To prevent multiple calls to our backend system, the key/value pairs (ID/Name) need to be stored, such that these can be used in subsequent calls. 57 57 ... ... @@ -85,10 +85,10 @@ 85 85 == 4. Key Takeaways == 86 86 87 87 * State generation concerns the generation of a stateful application or service 88 - *Stateful refers to the concept of storing a state of an object88 + Stateful refers to the concept of storing a state of an object 89 89 * 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) 90 90 * 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 91 -* Stateful data can be generated through four main operations: enrich ment, aggregation, change detection, duplicate detection91 +* Stateful data can be generated through four main operations: enrich, aggregation, change detection, duplicate detection 92 92 93 93 == 5. Suggested Additional Readings == 94 94