Google Sheets data source
Visualize your Google Spreadsheets with Grafana


Documentation
For the plugin documentation, visit plugin documentation website.
Video Tutorial
Watch this video to learn more about setting up the Grafana Google Sheets data source plugin:

[!TIP]
Give it a try using Grafana Play
With Grafana Play, you can explore and see how it works, learning from practical examples to accelerate your development. This feature can be seen on Google Sheets data source plugin demo.
Development guide
This is a basic guide on how to set up your local environment, make the desired changes and see the result with a fresh Grafana installation.
Requirements
You need to install the following first:
Running the development version
Compiling the Backend
If you have made any changes to any go
files, you can use mage to recompile the plugin.
mage buildAll
Compiling the Frontend
After you made the desired changes, you can build and test the new version of the plugin using yarn
:
yarn run dev # builds and puts the output at ./dist
The built plug-in will be in the dist/
directory.
Docker Compose
To test the plug-in running inside Grafana, we recommend using our Docker Compose setup:
docker-compose up
Test spreadsheet
Need at publicly available spreadsheet to play around with? Feel free to use this demo spreadsheet that is suitable for visualization in graphs and in tables.