서울 자전거 따릉이 데이터 플랫폼 구축
Dashboard : 실시간 대여소 잔여 자전거 대수 ( 현재는 1분 단위로 구성 )
Stations Info : 대여소 정보
Version 1
Version 2
Database
CREATE INDEX idx_bike_id ON bike_realtime_log_tz(st_id)
CREATE INDEX idx_realtime ON bike_realtime_log_tz(log_time)
CREATE INDEX idx_id_realtime ON bike_realtime_log_tz(st_id, log_time)
따릉이 자전거 데이터
API 제공 URL : http://data.seoul.go.kr/dataList/datasetView.do?infId=OA-15493&srvType=A&serviceKind=1
Web Page
python == 3.6.8
Django == 2.2.2
django-bootstrap-form==3.4
django-environ==0.4.5
django-extensions==2.1.9
django-filter==2.1.0
django-rest-swagger==2.2.0
django-tables2==2.0.6
djangorestframework==3.9.4
airflow 1.10.3 For Version 1
Using Custom Docker
https://github.com/yahwang/docker-airflow
superset 0.28.1
Using Custom Docker
https://github.com/yahwang/docker-superset
Dashboard
Filter
RETRIEVE & FILTER
CREATE & UPDATE