Skip to content

PostgreSQL + Grafana with test data running in Docker Compose. This is the repo used for the talk I gave at PostgresConf NYC 2019.

License

Notifications You must be signed in to change notification settings

Preetam/compose-postgresql-grafana

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

compose-postgresql-grafana

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.

Screenshot

Getting started

Run Docker Compose:

docker-compose up --build

Visit http://localhost:3000/ and use the default credentials of admin / admin.

Connect to PostgreSQL with psql

docker run -it --rm --link postgres:postgres postgres psql -h postgres -U postgres

License

MIT

About

PostgreSQL + Grafana with test data running in Docker Compose. This is the repo used for the talk I gave at PostgresConf NYC 2019.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published