jungwoo choi bf05e173cc Step 7: Kafka 이벤트 시스템 구현
- Kafka 및 Zookeeper 컨테이너 추가
- 공유 Kafka 라이브러리 생성 (Producer/Consumer)
- 이벤트 타입 정의 및 이벤트 모델 구현
- Users 서비스에 이벤트 발행 기능 추가 (USER_CREATED, USER_UPDATED, USER_DELETED)
- PROGRESS.md 및 PLAN.md 문서 생성
- aiokafka 통합 완료
2025-09-10 17:00:57 +09:00
2025-09-10 16:49:48 +09:00

Site11 - Microservices Architecture

Overview

Microservices platform with Console as API Gateway orchestrating multiple domain services.

Quick Start

Start Services

# Start console service
docker-compose up -d console-backend

# Check status
curl http://localhost:8011/health

Available Endpoints

  • http://localhost:8011/ - Root endpoint
  • http://localhost:8011/health - Health check
  • http://localhost:8011/api/status - System status

Architecture

  • Console: API Gateway and orchestrator
  • Services: Domain-specific microservices (users, oauth, images, etc.)
  • Database: MongoDB for persistence
  • Cache: Redis for caching and pub/sub

Development

See docs/PLAN.md for implementation roadmap and docs/PROGRESS.md for current status.

Description
No description provided
Readme 1.1 MiB
Languages
Python 80.8%
TypeScript 13.3%
Shell 4.9%
Dockerfile 0.7%
Makefile 0.2%