# README
Demo: Grafana Instance Data Engineering
Goals
- Create an OSS Grafana Instance
- Build a lightweight Go App to instrument a metrics endpoint tracking dashboard usage
- Scrape that endpoint with an OSS Prometheus Instance
- Remote write local Prometheus data to Grafana Cloud
- Build basic usage dashboards in Grafana Cloud
How to run
- Create an .env file (see .env.example for reference)
- Build
docker-compose build
- Run
docker-compose up