Changes for page System vs Multi-tenant System
Last modified by Danniar Firdausy on 2024/09/16 15:04
From version 12.7
edited by Danniar Firdausy
on 2024/09/16 15:02
on 2024/09/16 15:02
Change comment:
There is no comment for this version
To version 12.8
edited by Danniar Firdausy
on 2024/09/16 15:03
on 2024/09/16 15:03
Change comment:
There is no comment for this version
Summary
-
Page properties (1 modified, 0 added, 0 removed)
Details
- Page properties
-
- Content
-
... ... @@ -36,8 +36,8 @@ 36 36 37 37 == 4. Key takeaways == 38 38 39 -* Standard System: Each standard system connects individually and exchanges data with other systems on a case-by-case basis .Thisapproach suitsscenarios 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 .This isparticularly useful for simplifying deployment and management when applications are spread across various locations.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, particularly useful for simplifying deployment and management when applications are spread across various locations. 41 41 * API Gateway vs. Multi-Tenant Messaging: The API Gateway handles synchronous communication (request and reply), whereas multi-tenant messaging deals with asynchronous data exchange (fire and forget). Choose API Gateway for strict, synchronous requirements and multi-tenant systems for flexible, asynchronous needs. 42 42 * Efficiency Considerations: Multi-tenant systems can save time and resources by allowing you to develop a single solution for multiple deployments. The API Gateway enforces stricter rules but can be suitable when all communication can be managed through the eMagiz cloud. 43 43