File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -19,9 +19,9 @@ CREATE TABLE github_events_raw
19
19
Alternative to [ gharchive crawler] ( https://github.com/igrigorik/gharchive.org/tree/master/crawler ) with
20
20
decreased probability to miss events.
21
21
22
- * Streaming to ClickHouse via native protocol instead of using files, so storage and fethching are decoupled.
22
+ * Streaming to ClickHouse via native protocol instead of using files, so storage and fetching are decoupled.
23
23
* Automatic pagination if more than one page of new events is available
24
- * Automatic fetch rate adjustment based on rate limit github headers and request duration
24
+ * Automatic fetch rate adjustment based on rate limit GitHub headers and request duration
25
25
* ETag support to skip cached results
26
26
27
27
## gh-load
You can’t perform that action at this time.
0 commit comments