팀원

이름 Git Email Blog
🐶 황선영 https://github.com/syoungee [email protected] https://velog.io/@syoungee
🐭 이승연 https://github.com/dltmddus1998 [email protected] https://dltmddus1998.github.io/
🐧 허정연 https://github.com/golgol22 [email protected] https://golgol22.github.io/
🦄 장덕수 https://github.com/dapsu [email protected] https://dapsu-startup.tistory.com/

배포 링크

방법 1) 테스트 링크(click!)

방법 2) 테스트 링크(click!)

프로젝트 요구사항

Open API를 활용하여 공공데이터 수집 및 가공, 데이터 전달하는 REST API 개발

과제 방향성 정리

프로젝트 요구사항을 보고 두 가지 방향을 생각했다.

  1. 방법1 공통된 시간대의 하수관로 수위와 강우량을 동시에 확인 할 수 있게 innerjoin(수평결합)으로 데이터 결합하는 방법

  2. 방법2 받아온 모든 데이터를 누락없이 제공할 수 있도록 union(수직결합) 처리 하는 방법

    → 이에 따라 두 가지 방향성 모두 구현하기로 하였다.
    

기술 스택

javascript node.js express aws ec2 dataframe-js request

개발일정 (2022.06.29 - 2022.07.01)