Gusgsalazar.hashnode.dev·14 hours agoIntegración de PostgreSQL con RabbitMQ mediante pg_amqpResumen En este documento, exploramos cómo extender la funcionalidad de PostgreSQL para trabajar directamente con RabbitMQ, un sistema avanzado de mensajería, utilizando la extensión pg_amqp. Este enfoque permite que PostgreSQL actúe como productor d...PostgreSQL RabbitMQ integration
Chinmay Singhblog.singhch.in·Jan 27, 2024Data purging: A good use-case for database triggersAll organizations have data retention policies which define how long specific types of data should be retained, when it should be deleted, and under what circumstances it can be archived or purged. If yours doesn't, it should. In my team, it was bein...Database triggers