-
Notifications
You must be signed in to change notification settings - Fork 0
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
[feature] 데이터 파이프라인 complete #34
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@JisooPyo 님! 확인 했습니다!
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@JisooPyo Merge 승인 수고하셨습니다 !
public void updateRawRestaurant() { | ||
for (DataType type : DataType.values()) { | ||
countData(type.getUrl()); | ||
updateData(type.getUrl()); | ||
} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
공통된 특징을 찾아 type으로 for문을 돌면서 데이터를 관리하는건 좋은 아이디어 같습니다
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
감사합니다!
관련 Issue
변경 사항
RawKimbobScheduler
클래스가 여러 API를 요청하는 기능을 담당하게 되면서RawRestaurantScheduler
로 이름이 변경되었습니다.Check List