Add link to the BigQueryDB and Linehaul function.

This commit is contained in:
Julien Palard 2021-12-29 11:24:21 +01:00
parent 8c73f2f87c
commit 1f0cc8eda4
Signed by: mdk
GPG Key ID: 0EFC1AC1006886F8
1 changed files with 6 additions and 2 deletions

View File

@ -1,7 +1,11 @@
# Analysis of version adoptions on PyPI
We get PyPI download statistics via Google's BigQuery using the
[pypinfo](https://github.com/ofek/pypinfo/) tool.
We get
[publicly available PyPI download statistics](https://bigquery.cloud.google.com/table/bigquery-public-data:pypi.downloads)
on Google BigQuery using [pypinfo](https://github.com/ofek/pypinfo/).
[Here](https://github.com/pypa/linehaul-cloud-function) is the repo
for the open-source code pushing the pypi stats to BigQuery.
## Usage