select open change scope Open full search

PG.CENTER connects PostgreSQL documentation, reference, and ecosystem knowledge. Maintained by Pigsty.

Extensions / Replication and streams

rppd

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

Overview

Packagerppd
Version0.2.2
PostgreSQL versions13 · 14 · 15 · 16 · 17
RepositoryUnspecified
Extension typeStandard
Project statusActive
Requires CREATE EXTENSIONYes
Requires preloadNo
TrustedNo
RelocatableNo
Stars4
Latest commit2026-01-31
Catalogue updated2026-08-30

Related extensions

See also

replisomeLogical-decoding output plugin and Python consumer framework for streaming PostgreSQL row changes as JSON.
pgcaptureA scalable Netflix DBLog implementation for PostgreSQL
pgtimeTemporal 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.
tablelogTrigger-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_forwardingForward PostgreSQL planner and executor data to embedded Python callbacks
audit_streamPostgres 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_postPython Pandas data in Postgres
pg_duckpipeCDC synchronization from heap tables to DuckLake columnar tables
pgpymlRun scikit-learn machine-learning models inside PostgreSQL through PL/Python functions and triggers.
synchdbMixed C/Java PostgreSQL extension for direct CDC replication from MySQL, SQL Server, Oracle, and OpenLog Replicator sources.