<!-- mobian-agent-page publisher="dailydev" canonical="https://daily.dev/posts/stream-data-from-neon-to-external-data-sources-via-logical-replication-s0w1owctx" -->

---
title: Stream data from Neon to external data sources via...
description: Neon now supports outbound logical replication in beta, allowing you to stream data changes from a Neon Postgres database to external systems like data...
canonical: https://daily.dev/posts/stream-data-from-neon-to-external-data-sources-via-logical-replication-s0w1owctx
twitter:card: summary_large_image
twitter:site: @dailydotdev
og:type: website
og:site_name: daily.dev
og:title: Stream data from Neon to external data sources via logical replication | daily.dev
og:description: Neon now supports outbound logical replication in beta, allowing you to stream data changes from a Neon Postgres database to external systems like data...
og:url: https://daily.dev/posts/stream-data-from-neon-to-external-data-sources-via-logical-replication-s0w1owctx
og:image: https://api.daily.dev/og/posts/s0W1OwCTx.png
og:image:alt: Stream data from Neon to external data sources via logical replication
og:image:width: 1200
og:image:height: 630
og:locale: 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.

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

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

## Summary

Neon now supports outbound logical replication in beta, allowing you to stream data changes from a Neon Postgres database to external systems like data warehouses, analytical databases, and messaging platforms. The post covers core concepts including the publish-subscribe model, WAL-based change tracking, replication slots, and decoder plugins. It also explains the difference between logical replication and pg_dump/restore, and provides links to step-by-step guides for integrating with Airbyte, Confluent (Kafka), Fivetran, Materialize, Decodable, Bemi, DoubleCloud, and Sequin. Key limitations include no DDL replication and automatic removal of inactive replication slots after 75 minutes.

## Full article

daily.dev links to this article rather than hosting it. Read it at the original source: <https://neon.com/blog/stream-data-from-neon-to-external-data-sources-via-logical-replication>

---

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

[View this post on daily.dev](https://daily.dev/posts/stream-data-from-neon-to-external-data-sources-via-logical-replication-s0w1owctx)

```json
{"@context":"https://schema.org","@graph":[{"@type":"Organization","@id":"https://daily.dev/#organization","name":"daily.dev","url":"https://daily.dev","logo":{"@type":"ImageObject","url":"https://daily.dev/apple-touch-icon.png","width":180,"height":180},"sameAs":["https://twitter.com/dailydotdev","https://github.com/dailydotdev","https://www.linkedin.com/company/daily-dev-ltd"]},{"@type":"WebSite","@id":"https://daily.dev/#website","url":"https://daily.dev","name":"daily.dev","publisher":{"@id":"https://daily.dev/#organization"},"potentialAction":{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https://daily.dev/search?q={search_term_string}"},"query-input":"required name=search_term_string"}}]}
{"@context":"https://schema.org","@type":"TechArticle","headline":"Stream data from Neon to external data sources via logical replication","url":"https://daily.dev/posts/stream-data-from-neon-to-external-data-sources-via-logical-replication-s0w1owctx","mainEntityOfPage":{"@type":"WebPage","@id":"https://daily.dev/posts/stream-data-from-neon-to-external-data-sources-via-logical-replication-s0w1owctx"},"datePublished":"2026-07-09T06:57:40.582Z","dateModified":"2026-07-09T06:59:53.308Z","description":"Neon now supports outbound logical replication in beta, allowing you to stream data changes from a Neon Postgres database to external systems like data...","image":"https://media.daily.dev/image/upload/f_auto,q_auto/v1/posts/bd3067b0c940f65cf1ec6a7b0edfae3a?_a=AQAEuop","thumbnailUrl":"https://media.daily.dev/image/upload/f_auto,q_auto/v1/posts/bd3067b0c940f65cf1ec6a7b0edfae3a?_a=AQAEuop","isAccessibleForFree":true,"articleSection":"Neon","inLanguage":"en","publisher":{"@type":"Organization","name":"daily.dev","url":"https://daily.dev","logo":{"@type":"ImageObject","url":"https://daily.dev/apple-touch-icon.png","width":180,"height":180}},"author":{"@type":"Organization","name":"Neon","logo":"https://media.daily.dev/image/upload/s--65EDghou--/f_auto/v1724339118/logos/neontech","url":"https://daily.dev/sources/neontech"},"commentCount":0,"discussionUrl":"https://daily.dev/posts/stream-data-from-neon-to-external-data-sources-via-logical-replication-s0w1owctx","interactionStatistic":[{"@type":"InteractionCounter","interactionType":{"@type":"LikeAction"},"userInteractionCount":0},{"@type":"InteractionCounter","interactionType":{"@type":"CommentAction"},"userInteractionCount":0}],"keywords":"postgresql,data-streaming,change-data-capture","timeRequired":"PT8M"}
{"@context":"https://schema.org","@type":"BreadcrumbList","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https://daily.dev"},{"@type":"ListItem","position":2,"name":"Neon","item":"https://daily.dev/sources/neontech"},{"@type":"ListItem","position":3,"name":"Stream data from Neon to external data sources via logical replication"}]}
```

