xref: /aosp_15_r20/external/perfetto/infra/perfetto.dev/appengine/README.md (revision 6dbdd20afdafa5e3ca9b8809fa73465d530080dc)
1# www.perfetto.dev Cloud scripts
2
3The docs site follows the same architecture of ui.perfetto.dev.
4See [go/perfetto-ui-autopush](http://go/perfetto-ui-autopush) for docs.
5
6## /appengine : GAE <> GCS proxy
7
8The Google AppEngine instance that responds to www.perfetto.dev.
9It simply passes through the requests to the bucket gs://perfetto.dev .
10This should NOT be re-deployed when uploading new docs, as the actual
11artifacts live in GCS.
12
13We are using AppEngine for historical reasons, at some point this should
14be migrated to a Type 7 Google Cloud Load Balancer, which supports
15direct backing by a GCS bucket.
16