android13/external/perfetto/infra/perfetto.dev/appengine
liiir1985 7f62dcda9f initial 2024-06-22 20:45:49 +08:00
..
.gcloudignore initial 2024-06-22 20:45:49 +08:00
README.md initial 2024-06-22 20:45:49 +08:00
app.yaml initial 2024-06-22 20:45:49 +08:00
deploy initial 2024-06-22 20:45:49 +08:00
main.py initial 2024-06-22 20:45:49 +08:00
requirements.txt initial 2024-06-22 20:45:49 +08:00

README.md

www.perfetto.dev Cloud scripts

The docs site follows the same architecture of ui.perfetto.dev. See go/perfetto-ui-autopush for docs.

/appengine : GAE <> GCS proxy

The Google AppEngine instance that responds to www.perfetto.dev. It simply passes through the requests to the bucket gs://perfetto.dev . This should NOT be re-deployed when uploading new docs, as the actual artifacts live in GCS.

We are using AppEngine for historical reasons, at some point this should be migrated to a Type 7 Google Cloud Load Balancer, which supports direct backing by a GCS bucket.