A lightweight real-time dashboard for mobility data.
- Create a Google Cloud project
- Create a Firestore in Native Mode
Run following code on Cloud Shell, or anywhere Google Cloud SDK installed.
$ gcloud run deploy mydashboard --source . --timeout=3600
Run following python script on Cloud Shell, or anywhere Google Cloud SDK installed.
$ python3 ingest.py
If you are using Cloud Shell Editor or VS Code, click "Cloud Code"
then select "Run on Cloud Run Emulator"
.
You can also run the script directly.
$ streamlit run app.py --server.enableCORS=false