Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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