https://github.com/xanke/disney-etl
Disney 数据清洗和 Api 服务
https://github.com/xanke/disney-etl
Last synced: 10 months ago
JSON representation
Disney 数据清洗和 Api 服务
- Host: GitHub
- URL: https://github.com/xanke/disney-etl
- Owner: xanke
- License: apache-2.0
- Created: 2018-01-01T14:42:15.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2023-01-23T19:41:06.000Z (over 3 years ago)
- Last Synced: 2025-04-03T00:11:14.802Z (about 1 year ago)
- Language: JavaScript
- Homepage: http://www.17disney.com
- Size: 289 KB
- Stars: 4
- Watchers: 3
- Forks: 1
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Disney-ETL
Disney 数据清洗服务,用于从迪士尼实时排队信息统计乐园整体情况
### 乐园信息处理
```shell
node
-f #方法
-d #日期/日期范围 (YYYY-DD-MM/YYYY-DD-MM,YYYY-DD-MM)
-l #位置 (shanghai)
-o #方法 (仅wait-times方法有效,push / update:push插入数据,update覆盖)
```
### 数据表名称
|名称|说明|
|----|-----------|
|ds_park|清洗后的乐园整体信息|
|ds_attractions|清洗后的游乐项目信息|
|scan_destinations|乐园信息字典|
|scan_schedules|乐园开放时间表|
|scan_calendars|乐园演出信息|
|scan_waits|原始游乐项目等待时间信息|
### 里程碑
- [x] 上海迪士尼乐园
- [x] 香港迪士尼乐园
- [x] 巴黎迪士尼乐园
- [x] 加州迪士尼乐园
- [x] 奥兰多迪士尼乐园
- [ ] 东京迪士尼乐园
- [x] 乐园实时统计
- [x] 乐园按天统计
- [x] 乐园时间表生成
- [x] 乐园字典生成