Analytics 서비스 및 보안 기능 업데이트

- Analytics 서비스 구현 추가 (API, 소스 코드)
- Event 서비스 소스 코드 추가
- 보안 관련 공통 컴포넌트 업데이트 (JWT, UserPrincipal, ErrorCode)
- API 컨벤션 및 명세서 업데이트
- 데이터베이스 SQL 스크립트 추가
- 백엔드 개발 문서 및 테스트 가이드 추가
- Kafka 메시지 체크 도구 추가

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
doyeon
2025-10-27 16:11:00 +09:00
parent 003b3843cc
commit b198c46d06
105 changed files with 9189 additions and 20 deletions
+1 -1
View File
@@ -226,7 +226,7 @@ paths:
- `tags`: 1개 이상의 태그 지정
- `summary`: 한글로 간결하게 (10자 이내 권장)
- `description`: 마크다운 형식의 상세 설명
- 유저스토리 코드 명시
- 유저스토리 코드 명시
- 주요 기능 bullet points
- 복잡한 경우 처리 흐름 순서 작성
- 보안 관련 내용 (해당 시)
@@ -23,7 +23,7 @@ info:
- Circuit Breaker with fallback to cached data
**Caching Strategy:**
- Redis cache with 5-minute TTL
- Redis cache with 1-hour TTL (3600 seconds)
- Cache-Aside pattern for dashboard data
- Real-time updates via Kafka event subscription
version: 1.0.0
@@ -84,7 +84,7 @@
- 대시보드 데이터 조회 (Redis 캐싱)
- Kafka Event 구독 (EventCreated, ParticipantRegistered, DistributionCompleted)
- 외부 채널 통계 수집 (Circuit Breaker + Fallback)
- ROI 계산 및 성과 분석
- ROI 계산 및 성과 분석4
#### Async Services (비동기 처리)
1. **AI Service**: AI 기반 이벤트 추천