{"id":13471491,"url":"https://github.com/grafana/google-sheets-datasource","last_synced_at":"2026-02-11T11:03:59.597Z","repository":{"id":38314469,"uuid":"235939407","full_name":"grafana/google-sheets-datasource","owner":"grafana","description":"The Google Sheets data source plugin allows you to visualize Google Spread Sheets data in a Grafana dashboards.","archived":false,"fork":false,"pushed_at":"2025-03-25T12:54:24.000Z","size":47269,"stargazers_count":168,"open_issues_count":15,"forks_count":29,"subscribers_count":145,"default_branch":"main","last_synced_at":"2025-04-03T13:19:10.994Z","etag":null,"topics":["google-sheets-datasource","google-sheets-plugin","grafana","grafana-datasource","grafana-plugins","group-datasources","squad-big-tent-plugins"],"latest_commit_sha":null,"homepage":"https://grafana.com/docs/plugins/grafana-googlesheets-datasource/latest/","language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/grafana.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":".github/CODEOWNERS","security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2020-01-24T04:30:25.000Z","updated_at":"2025-03-25T11:18:05.000Z","dependencies_parsed_at":"2023-10-23T12:25:45.007Z","dependency_job_id":"ce16daa9-edb5-4da0-af33-7feaec44d61f","html_url":"https://github.com/grafana/google-sheets-datasource","commit_stats":{"total_commits":509,"total_committers":30,"mean_commits":"16.966666666666665","dds":0.6679764243614932,"last_synced_commit":"f969d319a0bd8e12da1042a75758e8e92469f7f3"},"previous_names":[],"tags_count":34,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grafana%2Fgoogle-sheets-datasource","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grafana%2Fgoogle-sheets-datasource/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grafana%2Fgoogle-sheets-datasource/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grafana%2Fgoogle-sheets-datasource/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/grafana","download_url":"https://codeload.github.com/grafana/google-sheets-datasource/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248586244,"owners_count":21128996,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["google-sheets-datasource","google-sheets-plugin","grafana","grafana-datasource","grafana-plugins","group-datasources","squad-big-tent-plugins"],"created_at":"2024-07-31T16:00:45.794Z","updated_at":"2026-02-11T11:03:59.592Z","avatar_url":"https://github.com/grafana.png","language":"Go","readme":"# Google Sheets data source\n\nVisualize your Google Spreadsheets with Grafana\n\n![Visualize temperature date in Grafana Google Spreadsheets data source](https://github.com/user-attachments/assets/7857ac8e-835d-401e-b51d-3daf3d4aa89a)\n\n![Average temperatures in Google Sheets](https://github.com/user-attachments/assets/218e3346-f968-495b-85ae-d29688516bba)\n\n## Documentation\n\nFor the plugin documentation, visit [plugin documentation website](https://grafana.com/docs/plugins/grafana-googlesheets-datasource/).\n\n## Video Tutorial\n\nWatch this video to learn more about setting up the Grafana Google Sheets data source plugin:\n\n[![Google Sheets data source plugin | Visualize Spreadsheets using Grafana | Tutorial](https://img.youtube.com/vi/hqeqeQFrtSA/hq720.jpg)](https://youtu.be/hqeqeQFrtSA \"Grafana Google Sheets data source plugin\")\n\n\u003e [!TIP]\n\u003e \n\u003e ## Give it a try using Grafana Play\n\u003e \n\u003e 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](https://play.grafana.org/d/ddkar8yanj56oa/visualizing-google-sheets-data).\n\n## Development guide\n\nThis 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.\n\n## Requirements\n\nYou need to install the following first:\n\n- [Mage](https://magefile.org/)\n- [Yarn](https://yarnpkg.com/)\n- [Docker Compose](https://docs.docker.com/compose/)\n\n## Running the development version\n\n### Compiling the Backend\n\nIf you have made any changes to any `go` files, you can use [mage](https://github.com/magefile/mage) to recompile the plugin.\n\n```sh\nmage buildAll\n```\n\n### Compiling the Frontend\n\nAfter you made the desired changes, you can build and test the new version of the plugin using `yarn`:\n\n```sh\nyarn run dev # builds and puts the output at ./dist\n```\n\nThe built plug-in will be in the `dist/` directory.\n\n### Docker Compose\n\nTo test the plug-in running inside Grafana, we recommend using our Docker Compose setup:\n\n```sh\ndocker-compose up\n```\n\n### Test spreadsheet\n\nNeed at publicly available spreadsheet to play around with? Feel free to use [this](https://docs.google.com/spreadsheets/d/1TZlZX67Y0s4CvRro_3pCYqRCKuXer81oFp_xcsjPpe8/edit?usp=sharing) demo spreadsheet that is suitable for visualization in graphs and in tables.\n","funding_links":[],"categories":["TypeScript"],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgrafana%2Fgoogle-sheets-datasource","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fgrafana%2Fgoogle-sheets-datasource","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgrafana%2Fgoogle-sheets-datasource/lists"}