Skip to content

olegbb1502/health-services

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Cloud Microservices Architecture Documentation

General Description

The system consists of a set of microservices that ensure data storage, processing, and results delivery to users. Inter-service communication is handled via RabbitMQ (the primary message broker). Each service is implemented using Nest.js, and data is stored in PostgreSQL.

Description of Services

1. API Gateway

  • Purpose: Receives requests from the mobile application, routes them to the appropriate services, and returns results
  • Interaction: HTTP REST API with the client; RabbitMQ with other services

2. Data Storage Microservice

  • Purpose: Receives raw data from the API Gateway and saves it in PostgreSQL

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors