A Google Data Studio Community Connector providing data from Big Query. The definition of the dimensions and metrics are defined by a JSON-based schema file, making it easy to customize.
The dimension/metric view of a sample data set based on the public available pageviews
of wikipedia. See also Big Query tables bigquery-public-data.wikipedia.pageviews_*
.
The Data Studio Explorer view showing the last 28 days of pageview performance per wiki:
- a Google account
- a Google Cloud Project where you have permissions to create Google Cloud Storage buckets
- a local linux-based computer with
make
- to be able to run Makefile- Google Cloud SDK - for sync of files to Google Cloud Storage
- clasp - for creation and managing of Google Apps Script
After installing the requirements, call
clasp login
gcloud auth login
cp config.mk.example config.mk
Now, review file config.mk
and make your adjustments. When finished, call
make
to start the deployment.
You are now ready to go 🎉
You should now have a new Google Apps Script in your
Google account with the name you previously defined in config.mk
. Open the
script via clicking once on it and then clicking on Open Project. Click now on Publish → Deploy from manifest.
In the new opened popup you will see the deployments of your script.
When you click on the link below Latest Version (Head), Google Data Studio will open with the request to connect to the newly build connector.