No description
Find a file
2025-02-14 08:44:34 +01:00
assets initial commit 2025-02-14 08:44:34 +01:00
cmd initial commit 2025-02-14 08:44:34 +01:00
core initial commit 2025-02-14 08:44:34 +01:00
infrastructure initial commit 2025-02-14 08:44:34 +01:00
.editorconfig initial commit 2025-02-14 08:44:34 +01:00
.gitignore initial commit 2025-02-14 08:44:34 +01:00
compose.yml initial commit 2025-02-14 08:44:34 +01:00
Dockerfile initial commit 2025-02-14 08:44:34 +01:00
go.mod initial commit 2025-02-14 08:44:34 +01:00
go.sum initial commit 2025-02-14 08:44:34 +01:00
main.go initial commit 2025-02-14 08:44:34 +01:00
README.md initial commit 2025-02-14 08:44:34 +01:00

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 :).