# Change Data Capture with Neon and Materialize

DevFeed: [Change Data Capture with Neon and Materialize](<https://devfeed.tech/articles/change-data-capture-with-neon-and-materialize-5122.md>)

Original publisher: [Read original article](<https://neon.com/blog/cdc-with-materialize>)

Author: Marta Paes

Published: 2023-12-21T12:23:12Z

Content type: tutorial

Language: en

Sources: [Blog -- Neon Docs](<https://devfeed.tech/sources/blog-neon-docs.md>)

Topics: [Replication](<https://devfeed.tech/topics/replication.md>), [PostgreSQL](<https://devfeed.tech/topics/postgresql.md>), [real-time](<https://devfeed.tech/topics/real-time.md>), [SQL](<https://devfeed.tech/topics/sql.md>), [Streaming](<https://devfeed.tech/topics/streaming.md>), [Databases](<https://devfeed.tech/topics/databases.md>)

Tags: [community](<https://devfeed.tech/tags/community.md>), [how-to](<https://devfeed.tech/tags/how-to.md>), [pipeline](<https://devfeed.tech/tags/pipeline.md>), [postgresql](<https://devfeed.tech/tags/postgresql.md>), [publication](<https://devfeed.tech/tags/publication.md>), [real-time](<https://devfeed.tech/tags/real-time.md>), [replication](<https://devfeed.tech/tags/replication.md>), [sql](<https://devfeed.tech/tags/sql.md>), [streaming](<https://devfeed.tech/tags/streaming.md>)

## AI overview

This tutorial explains how to use Materialize with Neon logical replication to build a real-time Change Data Capture pipeline. It describes transforming replicated PostgreSQL data with SQL for fresh, consistent operational results without additional infrastructure such as Debezium.

## Source excerpt

Now that Neon supports logical replication, your head might be filled with questions about how to turn this new feature into interactive data apps, better customer experiences, and other use cases ripe for fresh data. Do you need to rethink your architecture? Does your team need...