PostgreSQL + Grafana with test data running in Docker Compose.
This is the repo used for the (PDF) Visualizing Data in PostgreSQL With Grafana talk I gave at PostgresConf NYC 2019.
Run Docker Compose:
docker-compose up --build
Visit http://localhost:3000/ and use the default credentials of admin
/ admin
.
docker run -it --rm --link postgres:postgres postgres psql -h postgres -U postgres
MIT