introducing pgreflex - an open source convex alternative for postgres (gpn24)

introducing pgreflex - an open source convex alternative for postgres (gpn24)

Author: CCC media team June 6, 2026 Duration: 47:43
Convex is a TypeScript framework* that makes one promise: "if you change a value in the database, no matter how, it'll update in the frontend automatically." This is great - imagine writing a comment, and everyone with the page open sees it immideately. If you imagine the normal todo-list example for webdev, you checkmark a task in one tab, and it immediately updates for everyone. However, despite being open-source, convex is developed by a VC-backed company, and runs on a properitary database - you can only interface with it through their properitary libraries. Simple functions like COUNT aren't supported, and require hacky workarounds. You can't write a simple UPDATE statement. Migrations and schemas are loosely enforced. All of these restrictions led to me writing pgreflex - a fully free + open-source, community-driven postgres-based alternative. Instead of writing a custom database, pgreflex simply subscribes to postgres' write-ahead-log (WAL) via logical replication - and notifies the app server if something changed. No properitary lock-in, and only a simple, thin library you can use with your existing stack. * Note: Even for people who can't immediately use pgreflex (not writing TypeScript servers, ...) the underlying tech of "listen to WAL to invalidate queries and propagate changes" is powerful. I promise this talk could be useful if you write rust webapps, too. Or Go webapps. Or python. Or anything, really. It probably could work with mysql, too. In the talk, we'll cover: - Why doing what convex allows you do to is *really cool* from a UX perspective - How does pgreflex work (subscribe to WAL, invalidate) - Challenges and drawbacks of the approach, incl. complexity, latency, and computational overhead - How would you use it off-the-shelf in a TypeScript + tRPC + drizzle project - How other programming languages might implement the same Maybe: a couple of benchmarks (pgreflex vs. convex on same server), if I manage to finish those before GPN Community contributions welcome :) Licensed to the public under https://creativecommons.org/licenses/by/4.0/ about this event: https://cfp.gulas.ch/gpn24/talk/EGXV8L/

Tune into the Chaos Computer Club-recent events feed for a direct line to the forefront of digital culture and critical technology discourse. Curated by the CCC media team, this podcast channels the raw, insightful atmosphere of Europe's most influential hacker association, bringing you recordings from their major gatherings and community events. Each episode is a deep dive into talks and presentations from the last two years, covering topics from cryptography and privacy rights to hardware hacking, societal impacts of surveillance, and open-source philosophy. You'll hear from researchers, activists, and engineers who are actively shaping our digital future, offering perspectives rarely found in mainstream tech conversations. This isn't a produced show with hosts; it's an archival audio stream of genuine conference sessions, complete with audience questions and the spontaneous energy of the live event. For anyone interested in the technical details and ethical debates at the heart of modern technology, this feed serves as an essential, unfiltered resource. Subscribe to this podcast to keep your finger on the pulse of the Chaos Computer Club's ongoing dialogue, where complex ideas are broken down and the tools for a more empowered digital life are openly discussed.
Author: Episodes: 100

Chaos Computer Club - recent events feed
Podcast Episodes
Exkurs ins Schwerbehindertenrecht (asm) [not-audio_url] [/not-audio_url]

Duration: 45:41
In diesem Talk wird es um das Sozialgesetzbuch IX gehen, Antragsverfahren sowie Tipps für den eigenen Antrag In diesem Talk erzähle ich von der Arbeit als Schwerbehindertenvertretung und erkläre den Prozess eine Schwerbe…
Closing (fsck2026) [not-audio_url] [/not-audio_url]

Duration: 29:10
Schön wars! So schnell ist die vierte FSCK vorbei. Ein paar abschließende Worte und ein paar Statistiken Licensed to the public under https://creativecommons.org/licenses/by/4.0/ about this event: https://cfp.ctbk.de/fsc…
340 Sextillionen Gründe, IPv6 zu benutzen (fsck2026) [not-audio_url] [/not-audio_url]

Duration: 40:22
... Oder auch, um Legacy IP nicht zu benutzen. Ein Einführungsvortrag in IPv6, warum es besser ist als IPv4 und warum ihr euch davor nicht fürchten müsst. IPv6 ist schon seit fast dreißig Jahren der Stand der Technik, wa…
Algoraving GettingStarted (fsck2026) [not-audio_url] [/not-audio_url]

Duration: 57:34
Praxisorientierte Einführung ins code-basierte Krach machen Wir machen Sounds (und Visuals) mit strudel, sehen uns verschiedene Konzepte zur Steuerung, Automatisierung sowie generativen Erzeugung von Musik an und bringen…
Die Doku schreiben wir später (fsck2026) [not-audio_url] [/not-audio_url]

Duration: 22:43
Warum wir Redakteur:innen euch ständig nerven. Was Doku überhaupt ist. Weshalb sie wichtig ist. Und wie ihr euch (und uns) das Leben leichter machen könnt. "Die Doku machen wir im nächsten Sprint, oder in dem danach, ach…
Libre Graphics Meeting 2027 (lgm2026) [not-audio_url] [/not-audio_url]

Duration: 22:28
We find out more about the next editions of the LGM 2027, in Linz, Austria, and 2028, wherever it might be. Licensed to the public under https://creativecommons.org/licenses/by/4.0/ about this event: https://pretalx.c3vo…
The Power of Node Driven 2D Workflows (lgm2026) [not-audio_url] [/not-audio_url]

Duration: 18:35
We’ve released PixiEditor 2.0 about half a year ago, it’s a node driven 2D editor capable of raster editing, animations and native vector editing. I’d be more than happy to give a presentation about it, how node driven w…

«1...678910