tree: 6767033144a776889217613b9c742bd206a7fdae [path history] [tgz]
  1. api/
  2. frontend/
  3. internal/
  4. sql/
  5. .gcloudignore
  6. app.yaml
  7. datasources.yaml
  8. deploy.sh
  9. main.go
  10. OWNERS
  11. README.md
  12. ROADMAP.md
go/src/infra/appengine/statsui/README.md

Infra Stats UI

Project to display stats for infrastructure performance

Backend

Running the server:

# Needs to be run the first time to set up BigQuery credentials
gcloud auth application-default login
go run main.go

This will set up the backend server running on port 8800

Frontend

Running the frontend:

cd frontend
npm install
npm start

This will set up the frontend client running on port 3000 with an automatic proxy to the backend server running on 8800. To view the UI, go to localhost:3000

Formatting:

npm run fix

Deployment

./deploy.sh

See the latest version at https://chrome-infra-stats.googleplex.com/

Roadmap