Skip to content

Architecture

peder2911 edited this page Aug 9, 2021 · 10 revisions

Architecture and infrastructure

This article gives an overview of the architectural decisions made for ViEWS 3, as well as the infrastructure running the resulting system.

Architecture

ViEWS 3 has a service-oriented architecture. Each reasonably delineable piece of functionality is served by a discrete service. For ViEWS 3, a service is defined as a docker container running a web-server process, for example uvicorn.

Infrastructure