Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions InsightService/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# InsightService - 사용자 분류 및 인사이트 생성
# Insight Service

Python의 AI 모델링 프로젝트에서 통계 기반 사용자 분류 로직을 Java/Spring으로 이식한 프로젝트입니다.
이 서비스는 Python AI 모델링 프로젝트에서 개발된 통계 기반 사용자 분류 로직을 Java/Spring으로 이식한 것입니다. 주요 기능에는 사용자 데이터 분석을 통한 분류 및 관련 통찰력 제공이 포함됩니다.

## 주요 기능

Expand Down
11 changes: 6 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# ScreenTime AI - Backend Services
# Backend Services

스마트폰 사용 패턴 분석 및 인사이트 제공 마이크로서비스 아키텍처 기반 백엔드 시스템
이 프로젝트는 여러 마이크로서비스로 구성된 백엔드 시스템입니다. 각 서비스는 특정 기능을 담당하며, API Gateway를 통해 외부와 통신합니다. 주요 서비스로는 사용자 관리, 사용량 추적, 통계 기반 인사이트 제공 등이 있습니다.

## 📋 프로젝트 개요

Expand Down Expand Up @@ -89,9 +89,10 @@
---

### 4. **InsightService** (포트: 8080)
- 사용 패턴 분석
- 인사이트 생성
- (개발 진행 중)
- Python AI 모델링 프로젝트에서 이식된 통계 기반 사용자 분류 로직을 담당합니다.
- 사용자 패턴 분석 및 인사이트 생성

[상세 문서 →](./InsightService/README.md)

---

Expand Down
4 changes: 2 additions & 2 deletions UsageService/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# UsageService
# Usage Service

앱 사용 데이터 수집 및 분석 서비스
이 서비스는 사용자 활동 및 리소스 사용량 데이터를 추적하고 관리합니다. 주요 기능에는 사용량 데이터 수집, 저장 및 분석을 위한 API 제공이 포함됩니다.

## 📋 주요 기능

Expand Down
4 changes: 2 additions & 2 deletions gateway/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Gateway
# Gateway Service

Spring Cloud Gateway 기반 API 게이트웨이
이 서비스는 마이크로서비스를 위한 API 게이트웨이 역할을 하며, 적절한 백엔드 서비스로 요청을 라우팅하고 인증, 권한 부여 및 속도 제한과 같은 공통 기능을 처리합니다.

## 📋 역할

Expand Down
4 changes: 3 additions & 1 deletion github/workflows/README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
# Please check before using Github action.
# Github Actions Workflows

이 디렉토리에는 프로젝트의 지속적인 통합 및 배포(CI/CD)를 위한 GitHub Actions 워크플로우 정의가 포함되어 있습니다. 여기에는 코드 빌드, 테스트, 정적 분석 및 배포 프로세스가 포함될 수 있습니다.

## First, change the folder name
```
Expand Down
4 changes: 3 additions & 1 deletion k8s/README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
# Screen Time AI - Kubernetes Deployment
# K8s Deployment

이 디렉토리에는 백엔드 서비스의 Kubernetes 배포를 위한 설정 파일이 포함되어 있습니다. 여기에는 서비스, 디플로이먼트, 인그레스 및 데이터베이스 구성을 위한 YAML 파일이 포함됩니다.

## 📁 디렉토리 구조

Expand Down