# Stream data from Neon to external data sources via logical replication

DevFeed: [Stream data from Neon to external data sources via logical replication](<https://devfeed.tech/articles/stream-data-from-neon-to-external-data-sources-via-logical-replication-5804.md>)

Original publisher: [Read original article](<https://neon.com/blog/stream-data-from-neon-to-external-data-sources-via-logical-replication>)

Author: Carlota Soto

Published: 2024-08-09T17:46:00Z

Content type: article

Language: en

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

Topics: [data](<https://devfeed.tech/topics/data.md>)

Tags: [analytics](<https://devfeed.tech/tags/analytics.md>), [data](<https://devfeed.tech/tags/data.md>), [database](<https://devfeed.tech/tags/database.md>), [event-streaming](<https://devfeed.tech/tags/event-streaming.md>), [external](<https://devfeed.tech/tags/external.md>), [guides](<https://devfeed.tech/tags/guides.md>), [how-to](<https://devfeed.tech/tags/how-to.md>), [postgres](<https://devfeed.tech/tags/postgres.md>), [product](<https://devfeed.tech/tags/product.md>), [real-time](<https://devfeed.tech/tags/real-time.md>), [replication](<https://devfeed.tech/tags/replication.md>), [streaming](<https://devfeed.tech/tags/streaming.md>), [sync](<https://devfeed.tech/tags/sync.md>)

## AI overview

Neon introduces beta outbound logical replication for streaming PostgreSQL data changes to external systems. The article explains publisher/subscriber behavior, use cases such as CDC and real-time analytics, and the need to apply schema changes manually on subscribers.

## Source excerpt

Outbound logical replication is available in beta for all Neon projects (outbound = from Neon to other sources). Inbound logical replication (from other sources to Neon) will be available soon. If you want to try it early, tell us here or join our Early Access list. Logical repli...