Skip to content

Architecture

Jessie Johnsson edited this page Nov 7, 2023 · 15 revisions

Architectural Design

We decided to choose a microservices architectural style to emphasize scalability, and modifiability. The distributed system uses tactics to enhance performance, including parallel processing, API gateway for load distribution between clients and microservice instances, and an asynchronous message broker for inter-service communication. Architectural Design

Clone this wiki locally