Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
이슈 번호
#12
close #12
구현한 내용
참고 자료
사진은 크롤링 관련 전반적인 워크플로우입니다. 간단하게 요약하겠습니다.
S3 -> 크롤링 키워드 목록 파일 저장 요소
SQS -> 하나의 검색 키워드를 관리하여 크롤링 기능 Lambda 수행하게 하는 요소
Lambda -> 크롤링 키워드 목록을 분산하여 SQS에서 보내기 / SQS에서 전달받은 메세지(키워드)로 크롤링 수행
Spring 서버 -> 크롤링 정보를 저장하는 매개로 API 제공