grafana / google-sheets-datasource
The Google Sheets data source plugin allows you to visualize Google Spread Sheets data in a Grafana dashboards.
View on GitHubAI Architecture Analysis
This repository is indexed by RepoMind. By analyzing grafana/google-sheets-datasource in our AI interface, you can instantly generate complete architecture diagrams, visualize control flows, and perform automated security audits across the entire codebase.
Our Agentic Context Augmented Generation (Agentic CAG) engine loads full source files into context on-demand, avoiding the fragmentation of traditional RAG systems. Ask questions about the architecture, dependencies, or specific features to see it in action.
Repository Overview (README excerpt)
Crawler viewGoogle 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: • Mage • Yarn • Docker Compose Running the development version Compiling the Backend If you have made any changes to any files, you can use mage to recompile the plugin. Compiling the Frontend After you made the desired changes, you can build and test the new version of the plugin using : The built plug-in will be in the directory. Docker Compose To test the plug-in running inside Grafana, we recommend using our Docker Compose setup: 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.