Google Big Query data source connector questions

Hi All,

Has anyone successfully built a data source connector for Google Big Query or integrated via another method?

We’re scoping solutions to integrate to GBQ and it looks like there’s no native connector at this point. If this is in production either via the core team or if you’re working on it via your own team and want support please reach out!

Thanks

Folks, we have just open sourced our own BigQuery datasource plugin for Grafana available at https://github.com/doitintl/bigquery-grafana

The latest release is 0.2 (beta) with all the major functionality there:

  • Supports sharded tables (named tablename_YYYYMMDD)
  • Nested Fields (e.g. RECORD type)
  • Table format
  • Annotations
  • Time series and data table reports
  • Multi series queries

We are still actively working on supporting partitions (should be released in 0.3 next week) as well as fixing bugs.

If you have some feature you’d like to get implemented, please open a new issue and we will take a close look. If you hit a bug, also please open an issue and we will work on fixing this ASAP.

In general, we are aiming GA (version 1.0) right after Google Next San Francisco in couple of weeks.

we have just open sourced our own BigQuery datasource plugin for Grafana available at https://doitintl.github.io/bigquery-grafana

The latest release is 0.2 (beta) with all the major functionality there:

  • Supports sharded tables (named tablename_YYYYMMDD)

  • Nested Fields (e.g. RECORD type)

  • Table format

  • Annotations

  • Time series and data table reports

  • Multi series queries

We are still actively working on supporting partitions (should be released in 0.3 next week) as well as fixing bugs.

If you have some feature you’d like to get implemented, please open a new issue and we will take a close look. If you hit a bug, also please open an issue and we will work on fixing this ASAP.

In general, we are aiming GA (version 1.0) right after Google Next San Francisco in couple of weeks.