Skip to content

Commit c181608

Browse files
committed
Merge Statns \& Events documents into one
1 parent 4d812e9 commit c181608

File tree

2 files changed

+22
-19
lines changed

2 files changed

+22
-19
lines changed

docs/statistics_aggregation.md renamed to docs/stats_and_events_aggregation.md

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,28 @@ bundle exec rails statistics:aggregation[201801,201910,,xxx]
5757
$ [ $(date +%u) = 1 ] && bundle exec rails statistics:aggregation
5858
```
5959

60+
<br>
61+
62+
# rake upcoming_events:aggregation[provider]
63+
64+
## 概要
65+
66+
近日開催(2ヶ月分)のイベント情報を収集する
67+
68+
## 引数
69+
70+
|引数名||必須|説明|
71+
|--|--|--|--|
72+
|provider|string|(省略可)|集計対象プロバイダ|
73+
74+
## 説明
75+
76+
過去(昨日分まで)のイベント情報を削除し、本日から 2 ヶ月後までのイベント情報を収集する。
77+
78+
provider が指定されたとき、指定プロバイダに対してのみ集計を行う。
79+
80+
+ provider には、connpass, doorkeeper, facebook が指定可能。ただし、現時点で facebook は収集対象外のため処理を skip する。
81+
6082
近日開催ページの更新: https://coderdojo.jp/events
6183
```
6284
# Daily at 9:00 PM UTC(毎日1回)

docs/upcoming_events_aggregation.md

Lines changed: 0 additions & 19 deletions
This file was deleted.

0 commit comments

Comments
 (0)