An open API service indexing awesome lists of open source software.

https://github.com/pypi/linehaul-cloud-function

Implementation of linehaul to feed the PyPI public BigQuery dataset via Google Cloud Functions
https://github.com/pypi/linehaul-cloud-function

Last synced: 9 months ago
JSON representation

Implementation of linehaul to feed the PyPI public BigQuery dataset via Google Cloud Functions

Awesome Lists containing this project

README

          

# About

Implementation of linehaul to feed the PyPI public BigQuery dataset via Google Cloud Functions.

The function is triggerd by the CDN logs created in a Cloud Storage bucket. It parses the logs and streams them to the BigQuery public dataset.

# Deploy

These functions auto-deploy on merge to the `main` branch via a Cloud Build trigger on this repository.