main commit
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
2025-10-16 16:30:25 +09:00
parent 91c7e04474
commit 537e7b363f
1146 changed files with 45926 additions and 77196 deletions

View File

@@ -25,16 +25,16 @@ This document describes the microservices architecture of the Women's Safety App
│ Request Routing) │
└───────────────────────────┘
┌─────────────┬──────────────┼──────────────┬─────────────┐
│ │ │ │ │
┌─────────┐ ┌─────────┐ ┌─────────────┐ ┌─────────────┐ ┌─────────────┐
│ User │ │Emergency│ │ Location │ │ Calendar │ │Notification │
│Service │ │Service │ │ Service │ │ Service │ │ Service │
│:8001 │ │:8002 │ │ :8003 │ │ :8004 │ │ :8005 │
└─────────┘ └─────────┘ └─────────────┘ └─────────────┘ └─────────────┘
│ │ │ │ │
└─────────────┼──────────────┼──────────────┼─────────────┘
│ │ │
┌─────────────┬──────────────┼──────────────┬─────────────┬─────────────
│ │ │ │ │
┌─────────┐ ┌─────────┐ ┌─────────────┐ ┌─────────────┐ ┌─────────────┐ ┌─────────────┐
│ User │ │Emergency│ │ Location │ │ Calendar │ │Notification │ │ Nutrition │
│Service │ │Service │ │ Service │ │ Service │ │ Service │ │ Service │
│:8001 │ │:8002 │ │ :8003 │ │ :8004 │ │ :8005 │ │ :8006 │
└─────────┘ └─────────┘ └─────────────┘ └─────────────┘ └─────────────┘ └─────────────┘
│ │ │ │ │
└─────────────┼──────────────┼──────────────┼─────────────┼─────────────
│ │ │
┌────────────────────────────────────────────────┐
│ Message Bus │
│ (Kafka/RabbitMQ) │