I am trying to graph some bigquery time series data, is there an easy way to do it with something like grafana?
To visualize BigQuery data with Grafana, you can use the open source datasource plugin available from https://github.com/doitintl/bigquery-grafana
Here is how it looks:
You can either use Query Builder or plain BigQuery query to visualize your data. Both time series and table modes are supported along with annotations and sharded tables.