Skip to content

Latest commit

 

History

History
21 lines (12 loc) · 1.11 KB

architecture.md

File metadata and controls

21 lines (12 loc) · 1.11 KB

SmartHotel360 Backend Architecture

The following picture describes the backend architecture of the SmartHotel360 services:

Architecture diagram

All backend services are docker images that run on a Kubernetes cluster deployed in Azure using "Azure Container Service". There are services on various technologies (nodejs, java & netcore).

Azure resources used

Althought most of the backend services can run locally (using directly Docker or MiniKube) there are some dependencies on Azure resources for some specific scenarios:

  • CosmosDB & Azure Storage are used in the "bring your pet" scenario. There are no locally equivalents of these resources.
  • Azure function is used in the "bring your pet" scenario. In these case it is possible to run & debug the Azure locally, but the CosmosDB & Azure Storage needed must be created.

For more info...

Return to readme