0.5.0 • Published 5 months ago

pg-capture v0.5.0

Weekly downloads
-
License
ISC
Repository
github
Last release
5 months ago

pg-capture

A lightweight and modular CDC (Change Data Capture) utility for PostgreSQL. Works on top of the logical replication feature to generate high level events from a schema.

pg-capture is like having WAL (Write Ahead Log) events but on an SQL view.

  • Aggregate low level events on tables (insert, update, and delete) into high level events on schemas (object upsert or delete)
  • Use PG as your single source of truth
  • Keep PG in sync with other storages such as Elasticsearch, Redis, etc...
  • Subscribe to schema changes in real-time

Documentation

0.5.0

5 months ago

0.4.0

5 months ago

0.3.0

6 months ago

0.2.0

6 months ago

0.1.7

6 months ago

0.1.4

6 months ago

0.1.3

6 months ago

0.1.2

6 months ago

0.1.1

6 months ago

0.1.0

6 months ago