https://github.com/goldenm-software/pug-2-cdmx
Demostración de LISTEN / NOTIFY para el PUG México 2025
https://github.com/goldenm-software/pug-2-cdmx
dart go listen notifications notify pg postgresql python realtime
Last synced: 4 months ago
JSON representation
Demostración de LISTEN / NOTIFY para el PUG México 2025
- Host: GitHub
- URL: https://github.com/goldenm-software/pug-2-cdmx
- Owner: goldenm-software
- Created: 2025-05-28T00:13:23.000Z (5 months ago)
- Default Branch: main
- Last Pushed: 2025-05-29T07:02:12.000Z (5 months ago)
- Last Synced: 2025-05-29T08:20:32.540Z (5 months ago)
- Topics: dart, go, listen, notifications, notify, pg, postgresql, python, realtime
- Language: Go
- Homepage:
- Size: 20.5 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Sistema de notificaiones con LISTEN / NOTIFY - PUG Mexico, 2025
Esta es una demostración de un sistema de notificaciones utilizando PostgreSQL con los comandos `LISTEN` y `NOTIFY`. El objetivo es mostrar cómo se pueden enviar notificaciones a los clientes conectados cuando ocurren ciertos eventos en la base de datos.
Esta demostración implementa 3 lenguajes distintos como demostración de la versatilidad de este sistema, fácilmente adaptable a tu stack de tecnologías.
## Requisitos
- Docker con Docker Compose
## Arranque
Al tratarse de un docker compose, puedes arrancar el sistema con el siguiente comando:
```bash
docker compose up -d
```## Colaboradores
- Kenny Mochizuki, CTO @ Golden M, Inc & Layrz LTD
- Mariano Landaeta, Developer @ Golden M, Inc