24:41
Change Data Capture with Go and PostgreSQL (listen/notify)
golang #postgresql #goprogramming #programming In this video, we'll implement change data capture (CDC) using ...
18:50
Using PostgreSQL NOTIFY/LISTEN for Async Messaging (vs RabbitMQ) | Producer & Consumer Setup
Learn how to implement asynchronous messaging in PostgreSQL using the built-in NOTIFY and LISTEN commands. In this video ...
53:17
Postgres Instead of Redis, Kafka, and Elasticsearch: Where’s the Limit?
English-language YouTube has been churning out videos all year long, "I replaced the entire stack with Postgres," and they're ...
16:22
Scaling Postgres Episode 235 Postgres 15 RC1, ICU Collations, Listen & Notify, Understanding TOAST
To get the show notes as well as get notified of new episodes, visit: ...
2:03
PostgreSQL Change Notifications
Capturing Changes in PostgreSQL. Check out Anthony Accomazzo's deep dive into capturing changes in Postgres.
25:58
LISTEN Carefully: How NOTIFY Can Trip Up Your Database | POSETTE: An Event for Postgres 2026
Understand how NOTIFY can impact your database under concurrency. Jimmy Angelakos (PostgreSQL Contributor) explains this ...
5:50
Build Bulletproof Event-Driven Systems with PostgreSQL (NOTIFY & LISTEN) | Ai Verdict
Are you building real-time applications, distributed systems, or need robust asynchronous triggers? In this video on Ai Verdict, we ...
3:00
You Don’t Need 20 Tools. Just Use Postgres. Seriously.
Postgres is not just a boring old SQL database. It's quietly become the Swiss Army Knife of modern web development. In this video ...
30:26
When Postgres is enough: solving document storage, pub/sub and distributed queues without more tools
Recorded at PyData Berlin 2025, https://2025.pycon.de/program/FDBZSR/ Discover how PostgreSQL can replace MongoDB, ...
8:42
Just use Postgres” is the modern architecture slogan. While simplifying your infrastructure sounds great, it doesn't always mean ...
13:30
I was using Postgres wrong this whole time
Get started with TimescaleDB for free by creating a Tiger Cloud account: https://tsdb.co/devopstoolbox TimescaleDB is a PG ...
8:13
I replaced my entire tech stack with Postgres...
Sign up for Neon and create up to 10 Postgres databases for free https://fyi.neon.tech/fireship Learn 10 unusual ways to use ...
11:44
Scaling Postgres Episode 22 | Concurrency | Listen & Notify | ZFS | pg_rewind
To get the show notes as well as get notified of new episodes, visit: ...
12:40
99% of Developers Don't Get PostgreSQL
Check out Supabase: https://supabase.plug.dev/qnxeTMY ❤️ Get 40% OFF CodeCrafters: ...
9:31
Using your Database as a Queue? Good or bad idea?
Do you need a message broker, or can you use your database as a queue? Well, as in most cases, it depends. Let me explain ...
22:53
Postgres Listen/Notify with CardanoSharp and LIFT Wallet
How to setup Postgres's LISTEN/NOTIFY with cardano-db-sync database. I'm using the new CardanoSharp.DbSync.EFCore ...
1:24:52
Postgres Event Integration // Course "PostgreSQL for Database Administrators and Developers"
How do I configure responses to changes in Postgres tables? How do I push these changes to microservices, Kafka, and other ...
1:42
Databases: Problem with LISTEN - NOTIFY mechanism in PostgreSQL
https://amzn.to/4aLHbLD You're literally one click away from a better setup — grab it now! As an Amazon Associate I earn ...
26:29
PostgreSQL - Listen and Notify Clients In Real Time
The promise of digital mapping is to provide a shared and real-time view of the state of the underlying system. pg_eventserv ...
29:10
Postgres events and websockets with pg_eventserv
How can you hook up the Postgres listen/notify system to outside clients using websockets? Use the pg_eventserv utility program.