0.5.0 • Published 6 months ago

pg-capture v0.5.0

Weekly downloads
-
License
ISC
Repository
github
Last release
6 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

6 months ago

0.4.0

6 months ago

0.3.0

7 months ago

0.2.0

7 months ago

0.1.7

7 months ago

0.1.4

7 months ago

0.1.3

7 months ago

0.1.2

7 months ago

0.1.1

7 months ago

0.1.0

7 months ago