From 1f0cc8eda456888bcf11ddd1c479ec4c35f04200 Mon Sep 17 00:00:00 2001 From: Julien Palard Date: Wed, 29 Dec 2021 11:24:21 +0100 Subject: [PATCH] Add link to the BigQueryDB and Linehaul function. --- README.md | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 5c51bb7..99e81cb 100644 --- a/README.md +++ b/README.md @@ -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