Skip to content
#

read-models

Here are 5 public repositories matching this topic...

Language: All
Filter by language

Change-data-capture projector from Postgres into denormalized read models with ordering guarantees and replay-from-LSN rebuilds that are byte-identical to the incremental projection. Fixes the lost-update bug most hand-rolled CDC ships: changes from transactions that commit out of LSN order, closed with a transaction-visibility watermark.

  • Updated Aug 12, 2026
  • Python

CQRS — independent third-party profile of a public API surface, by API Evangelist. Command Query Responsibility Segregation (CQRS) is an architectural pattern that separates read and write operations for a data store into distinct models. Commands mutate state and produce events; queries return data optimized for the read side.

  • Updated Aug 28, 2026

Add this topic to your repo

To associate your repository with the read-models topic, visit your repo's landing page and select "manage topics."

Learn more