|
|
|
|
|
by jpcapdevila
1515 days ago
|
|
The best way to do it is from Google BigQuery. There's a dataset containing everything: bigquery-public-data.hacker_news.full You can write SQL and is super fast. Sample: SELECT * FROM bigquery-public-data.hacker_news.full LIMIT 1 |
|