Skip to content

[추천 서버] 구성 설정 및 데이터 구조 정의 #51

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 7 commits into
base: main
Choose a base branch
from

Conversation

Dongmin-Sim
Copy link
Collaborator

@Dongmin-Sim Dongmin-Sim commented Jun 9, 2025

1. 연관 이슈

2. 작업 내용

추천 서버는 피드 서버에서 발행하는 이벤트를 구독하여, 추천용 DB에 저장하는 역할을 합니다.
이를 위한 초기 작업으로, 추천 서버에 필요한 의존성과 도메인 클래스를 정의했습니다.

  • spring-cloud-stream, redis, elasticesearch 패키지 의존성 추가
    • 추후 배치 처리, 집계 및 키워드 검색, 필터링 연산에 있어 RDB의 성능 한계가 예상되어 elasticesearch를 추천 DB로 선택.
  • 사용자의 게시글 클릭 로그, 게시글 도큐먼트 구조 정의

3. 이후 작업

@Dongmin-Sim Dongmin-Sim requested a review from f-lab-moony June 9, 2025 05:36
@Dongmin-Sim Dongmin-Sim self-assigned this Jun 9, 2025
@Dongmin-Sim Dongmin-Sim added the enhancement New feature or request label Jun 9, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant