Skip to content
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

[#54] 테스트용 데이터 생성 #55

Merged
merged 10 commits into from
Mar 20, 2024
Merged

[#54] 테스트용 데이터 생성 #55

merged 10 commits into from
Mar 20, 2024

Conversation

hoa0217
Copy link
Collaborator

@hoa0217 hoa0217 commented Mar 20, 2024

개요

테스트용 데이터 생성을 위해 외부API를 연동하여 modoospace 엔티티로 변환하여 저장한다.

작업사항

  • SpaceCloud 및 Kakao 주소 API 연동하여 modoospace에 필요한 Respose로 가공하여 조회할 수 있는 API 생성
  • 해당 Response를 modoospace 엔티티로 변환하여 저장하는 API 생성
    • Space의 경우 SpaceIndex로 변환하여 ES에도 저장
  • 1~50000까지 Ngrinder로 수행하여 총 space 6908개, facility 12203개 저장

변경로직

  • ElasticSearch 쿼리결과 최대 1000개까지 return하도록 설정(미설정 시 10개반환)
  • Space한번 검색 시 중복하여 ES통신하지않도록 countQuery에서 ExpressionBuilder 재사용

@hoa0217 hoa0217 self-assigned this Mar 20, 2024
@hoa0217 hoa0217 merged commit 0555fc9 into develop Mar 20, 2024
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant