/bigquery-bokeh-dashboard

Primary LanguagePythonApache License 2.0Apache-2.0

In this tutorial you learn how to build a demo dashboard application on Google Cloud Platform by using the Bokeh library to visualize data from publicly available Google BigQuery datasets. You also learn how to deploy this application with both security and scalability in mind.

Please refer to the related article for all the steps to follow in this tutorial: https://cloud.google.com/solutions/bokeh-and-bigquery-dashboards

Contents of this repository:

  • dashboard: Python code to generate the dashboard using the Bokeh library. This folder also contains a Dockerfile in case you wish to build the container.
  • kubernetes: Configuration files to deploy the application using Kubernetes.