-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Document proposed architecture #1
Comments
|
Hook into the automated pipeline to update API data on Firestore on a monthly basis: https://github.com/HTTPArchive/data-pipeline/blob/main/data-pipeline.workflows.yaml Changing the API code itself will require a manual deployment script |
API security: as needed implement CORS and/or API keys |
Firestore
|
@rviscomi @tunetheweb I changed the region for the project to us-east4, which is the default for the project. Now Firestore database, API gateway, and cloud functions are all in the same region. It should work with the performance. And looking for information about CDN in front of the API, I found this documentation https://cloud.google.com/api-gateway/docs/multi-region-deployment I tried to test it but I don't have permission to create all necessary resources. |
Describe how we'd serve data from the API endpoint, extracting from BigQuery and updating at the end of each monthly crawl
The text was updated successfully, but these errors were encountered: