An open API service indexing awesome lists of open source software.

https://github.com/xanke/disney-etl

Disney 数据清洗和 Api 服务
https://github.com/xanke/disney-etl

Last synced: 10 months ago
JSON representation

Disney 数据清洗和 Api 服务

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] 乐园字典生成