Extensions / Replication and streams
Trigger-based PostgreSQL event dispatcher that sends row changes over gRPC to a clustered Rust/Python execution service.
pgext.cloud · Source code · Documentation · License text · Control file
| Package | rppd |
|---|---|
| Version | 0.2.2 |
| PostgreSQL versions | 13 · 14 · 15 · 16 · 17 |
| Repository | Unspecified |
| Extension type | Standard |
| Project status | Active |
| Requires CREATE EXTENSION | Yes |
| Requires preload | No |
| Trusted | No |
| Relocatable | No |
| Stars | 4 |
| Latest commit | 2026-01-31 |
| Catalogue updated | 2026-08-30 |
| replisome | Logical-decoding output plugin and Python consumer framework for streaming PostgreSQL row changes as JSON. |
| pgcapture | A scalable Netflix DBLog implementation for PostgreSQL |
| pgtime | Temporal tables extension for PostgreSQL. Automatically tracks Transaction Time (system time) on any table using range types and a high-performance C-based AFTER ROW trigger. |
| tablelog | Trigger-based audit and change-data-capture extension that records INSERT, UPDATE, and DELETE row images in a central log table and can generate replay SQL. |
| pg_py_plan_forwarding | Forward PostgreSQL planner and executor data to embedded Python callbacks |
| audit_stream | Postgres extension that emits audit-stream-py-compatible governance events on watched table CRUD via pg notify, plus a Python LISTEN bridge daemon. The database-tier governance producer for the Kinetic Gain Protocol Suite. |
| panda_post | Python Pandas data in Postgres |
| pg_duckpipe | CDC synchronization from heap tables to DuckLake columnar tables |
| pgpyml | Run scikit-learn machine-learning models inside PostgreSQL through PL/Python functions and triggers. |
| synchdb | Mixed C/Java PostgreSQL extension for direct CDC replication from MySQL, SQL Server, Oracle, and OpenLog Replicator sources. |