Overview
A software architecture where a single instance serves multiple customers, with each tenant's data isolated and invisible to others.
More in Cloud Computing
Multi-Cloud Strategy
Strategy & EconomicsAn approach that distributes workloads across multiple cloud providers to avoid vendor lock-in, optimise costs, meet regulatory requirements, and improve resilience.
Microservices
Architecture PatternsAn architectural style structuring an application as a collection of loosely coupled, independently deployable services.
Managed Service
Service ModelsA cloud service where the provider handles infrastructure management, maintenance, updates, and monitoring.
GraphQL
Architecture PatternsA query language for APIs that lets clients request exactly the data they need in a single request.
Event-Driven Architecture
Architecture PatternsAn architecture pattern where the flow of the system is determined by events — significant changes in state.
Function as a Service
Service ModelsA serverless cloud computing model where individual functions are executed in response to events.
Cloud Orchestration
Service ModelsThe automated arrangement, coordination, and management of complex cloud computing systems and services.
REST API
Architecture PatternsAn API architectural style using HTTP methods and stateless communication for web service interaction.