Skip to content
github-actions[bot] edited this page Sep 4, 2026 · 1 revision

CDC Plugin

Change Data Capture, streams Postgres WAL events to downstream consumers via webhooks or message queues. Free — MIT licensed.

Install

nself plugin install cdc

No license key required.

Description

Change Data Capture, streams Postgres WAL events to downstream consumers via webhooks or message queues.

Category: infrastructure. Current version: 1.0.0.

Configuration

Env Var Default Description
DATABASE_URL (required) PostgreSQL connection string
CDC_PORT 8209 -

Ports

Port Purpose
8209 CDC service port

Database Schema

2 table(s) added to your Postgres database:

  • np_cdc_streams
  • np_cdc_events

REST API

GET    /health

Examples

Health check

curl http://localhost:8209/health

Source

plugins/cdc/

Manifest: plugins/cdc/plugin.json

See Also

Home

nself-plugins

Start

Commands

Architecture

Plugin Ecosystem

Popular Plugins

View All: Home (or see the full alphabetical list below — 129/129 synced with registry.json)

All Free Plugins

Guides

Operations


Related

Clone this wiki locally