Changes for page System vs Multi-tenant System
Last modified by dfirdausy on 2024/09/16 15:04
Summary
-
Page properties (1 modified, 0 added, 0 removed)
Details
- Page properties
-
- Content
-
... ... @@ -37,9 +37,9 @@ 37 37 == 4. Key takeaways == 38 38 39 39 * Standard System: Each standard system connects individually and exchanges data with other systems on a case-by-case basis, suitable for scenarios where systems have unique data structures and connectivity requirements. 40 -* Multi-Tenant System: A multi-tenant system allows you to reuse the same integration solution across multiple locations or tenants, standardizing data structures and connectivity, particularlyuseful for simplifying deployment and management when applications are spread across various locations.41 -* API Gateway vs. Multi-Tenant Messaging: TheAPI Gatewayhandles synchronous communication(request and reply), whereasmulti-tenantmessaging dealswithasynchronousdataexchange(fireand forget). Choose API Gatewayfor strict, synchronousrequirements andmulti-tenantsystems for flexible, asynchronous needs.42 -* Efficiency Considerations:Multi-tenant systemscansavetime andresources byallowingyou todevelopasinglesolution formultipledeployments.The API Gateway enforcesstricterrulesbutcanbe suitablewhen all communication can bemanagedthrough the eMagiz cloud.40 +* Multi-Tenant System: A multi-tenant system allows you to reuse the same integration solution across multiple locations or tenants, standardizing data structures and connectivity, ideal for simplifying deployment and management when applications are spread across various locations. 41 +* API Gateway vs. Multi-Tenant Messaging: API Gateway supports synchronous communication, while multi-tenant systems handle asynchronous data exchange. 42 +* Multi-tenant system streamlines deployment and management, whereas the API Gateway is useful for strict, synchronous requirements. 43 43 44 44 == 5. Suggested Additional Readings == 45 45