Skip to content

hayatoy/cloudrun-mobility-dashboard

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

cloudrun-mobility-dashboard

A lightweight real-time dashboard for mobility data.

demo

Prerequisites

Deploy

Run following code on Cloud Shell, or anywhere Google Cloud SDK installed.

$ gcloud run deploy mydashboard --source . --timeout=3600

Ingesting dummy mobility data

Run following python script on Cloud Shell, or anywhere Google Cloud SDK installed.

$ python3 ingest.py

Debug on local

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

About

A lightweight real-time dashboard for mobility data.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published