1d90af7c3c848d2aa1731830f7949968d6a16114
- RSS/Atom 피드 구독 및 관리 서비스 구현 - 자동 업데이트 스케줄러 포함 (기본 15분 주기) - 피드 엔트리 읽음/별표 상태 관리 - 카테고리별 분류 기능 - OPML 내보내기 지원 - MongoDB 데이터 저장, Redis 캐싱 - Docker 컨테이너 구성 (포트 8017) 🤖 Generated with Claude Code (https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com>
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 endpointhttp://localhost:8011/health- Health checkhttp://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
Languages
Python
80.8%
TypeScript
13.3%
Shell
4.9%
Dockerfile
0.7%
Makefile
0.2%