Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/lloydjatkinson/grafana-mssql-experiment
Showcases using Grafana for dashboarding with a Microsoft SQL Server backend
https://github.com/lloydjatkinson/grafana-mssql-experiment
dashboard docker grafana grafana-datasource mssql sql sql-server
Last synced: 27 days ago
JSON representation
Showcases using Grafana for dashboarding with a Microsoft SQL Server backend
- Host: GitHub
- URL: https://github.com/lloydjatkinson/grafana-mssql-experiment
- Owner: lloydjatkinson
- Created: 2024-06-12T13:51:23.000Z (5 months ago)
- Default Branch: master
- Last Pushed: 2024-06-15T13:25:29.000Z (5 months ago)
- Last Synced: 2024-09-29T14:04:26.290Z (about 1 month ago)
- Topics: dashboard, docker, grafana, grafana-datasource, mssql, sql, sql-server
- Language: TSQL
- Homepage:
- Size: 7.81 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# grafana-mssql-experiment
Showcases using Grafana for dashboarding with a Microsoft SQL Server backend.# Features
- Containerised Microsoft SQL Server and Grafana
- Grafana automatic provisioning of Microsoft SQL Server data source
- Secrets and configuration values
- Health check setup for SQL Server and additionally uses `wait-for-mssql`# Running
- Clone this repo
- Create `.env` file using `.env.example` as a reference
- Run `docker compose up`
- Login to Grafana with configured credentials - Microsoft SQL Server datasource already configured# Other
- Has an example SQL seed script in the repo but does not currently apply this automatically