Skip to content

Commit 2020adf

Browse files
BQ docs link update (#962)
* link update * shorter answer
1 parent 7aac974 commit 2020adf

2 files changed

Lines changed: 2 additions & 6 deletions

File tree

docs/faq.md

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -36,14 +36,10 @@ Given these conditions it's virtually impossible to compare the HTTP Archive's t
3636

3737
## How do I use BigQuery to write custom queries over the data?
3838

39-
The HTTP Archive dataset is available on BigQuery. Be aware that as a consequence of collecting so much metadata from millions of websites each month, the dataset is _extremely large_—multiple petabytes. Care _must_ be taken to set up [cost controls](https://cloud.google.com/bigquery/docs/custom-quotas) to avoid unexpected bills. Also see our guide to [minimizing query costs](https://har.fyi/guides/minimizing-costs/) for tips on staying under the 1 TB per month free quota.
40-
41-
Check out [Getting Started Accessing the HTTP Archive with BigQuery](https://har.fyi/guides/getting-started/), a guide for first-time users written by [Paul Calvano](https://twitter.com/paulcalvano).
39+
The HTTP Archive dataset is available publicly on BigQuery. Check out [Getting Started Accessing the HTTP Archive with BigQuery](https://har.fyi/guides/getting-started/).
4240

4341
For a guided walkthrough of the project, watch this in-depth [30 minute video](https://www.youtube.com/watch?v=00f9kza3BJ0) featuring HTTP Archive maintainer [Rick Viscomi](https://twitter.com/rick_viscomi).
4442

45-
If you have any questions about using BigQuery, reach out to the HTTP Archive community at [discuss.httparchive.org](https://discuss.httparchive.org/).
46-
4743

4844
## What changes have been made to the test environment that might affect the data?
4945

templates/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ <h2>
6969
</div>
7070

7171
<div class="col-lg-6 col-sm-6 col-md-6 hidden-xs">
72-
<a href="{{ url_for('faq', _anchor=faq.ANCHOR_BIGQUERY) }}">
72+
<a href="https://har.fyi/guides/getting-started/">
7373
<img src="/static/img/data.png" width="466" height="367" alt="Learn more about HTTP Archive on BigQuery" loading="lazy" />
7474
</a>
7575
</div>

0 commit comments

Comments
 (0)