No description
assets | ||
cmd | ||
core | ||
infrastructure | ||
.editorconfig | ||
.gitignore | ||
compose.yml | ||
Dockerfile | ||
go.mod | ||
go.sum | ||
main.go | ||
README.md |
pg_v_man
Getting started
To get started, simply start the Docker Compose stack:
docker compose up
You can then open the RabbitMQ management UI and watch messages coming in in the letterbox
queue whenever you manipulate any data in the database.
The database port is by default 5432 (as always) and credentials can be found in the compose.yml.
Right now no pgAdmin/cloud-beaver or anything are part of the stack, feel free to use whatever Postgres tool you prefer :).