---
title: "Change Data Capture with Neon and Materialize"
url: https://daily.dev/posts/change-data-capture-with-neon-and-materialize-dtzkq8qki
source_url: https://neon.com/blog/cdc-with-materialize
type: article
source: "Neon"
published: 2026-07-09T06:57:55.016Z
updated: 2026-07-09T07:02:37.355Z
tags: ["postgresql", "change-data-capture", "materialize"]
reading_time: 4
upvotes: 0
comments: 0
language: en
---

> ## Documentation Index
> Fetch the complete documentation index at: https://daily.dev/llms.txt
> Use this file to discover all available pages before exploring further.

# Change Data Capture with Neon and Materialize

**[Neon](https://daily.dev/sources/neontech)** · 4 min read · 0 upvotes · 0 comments

## Summary

A step-by-step guide to setting up a Change Data Capture (CDC) pipeline from Neon (serverless Postgres) to Materialize using logical replication. Covers enabling logical replication in Neon, configuring publications and replica identity, creating a PostgreSQL source in Materialize, and building real-time views that instantly reflect upstream data changes — all without additional infrastructure like Debezium.

## Full article

daily.dev links to this article rather than hosting it. Read it at the original source: <https://neon.com/blog/cdc-with-materialize>

## Similar posts on daily.dev

- [Implementing real-time change data capture with Debezium for Amazon Aurora PostgreSQL and Amazon RDS for PostgreSQL](https://daily.dev/posts/implementing-real-time-change-data-capture-with-debezium-for-amazon-aurora-postgresql-and-amazon-rds-wwimwgweo) · AWS Database Blog · 0 upvotes · 0 comments

---

Tags: [#postgresql](https://daily.dev/tags/postgresql), [#change-data-capture](https://daily.dev/tags/change-data-capture), [#materialize](https://daily.dev/tags/materialize)

[View this post on daily.dev](https://daily.dev/posts/change-data-capture-with-neon-and-materialize-dtzkq8qki)
