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/