docs: add guide for DBConvert Streams integration - #5574
Open
slotix wants to merge 1 commit into
Open
Conversation
Adds a "Replicate data from Neon" guide for DBConvert Streams, following the structure of the existing logical replication vendor guides.
slotix
requested review from
andrelandgraf,
danieltprice,
philip and
ruf-io
as code owners
August 18, 2026 10:35
|
@slotix is attempting to deploy a commit to the neondatabase Team on Vercel. A member of the Team first needs to authorize it. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This adds a "Replicate data from Neon" guide for DBConvert Streams, a self-hosted tool that
reads changes from Postgres via logical decoding and applies them to another database. It
runs as a desktop app on Windows, macOS, or Linux, or in Docker on a server, so replicated
rows go from Neon straight to the destination without passing through a third-party service.
Its SQL IDE is free and connects to Neon directly, so a reader can browse schemas and query
their Neon database without setting up replication at all; the migration and CDC engine is
the paid part.
It follows the structure of the existing vendor guides in this series (Stacksync, Decodable,
Estuary Flow), and registers the page the same way:
content/docs/guides/logical-replication-dbconvert-streams.md— the guidecontent/docs/navigation.yaml— sidebar entry under Replicate from Neon, alphabeticalcontent/docs/guides/integrations.md— TechCards entrypublic/images/technology-logos/dbconvert-streams.svg— logosrc/config/docs-icons-config.js— regenerated withgenerate-docs-icons-config.jsThe guide covers enabling logical replication, creating a dedicated replication role,
granting schema access, creating the publication, and configuring the connection and CDC
stream on the DBConvert Streams side. It reuses the standard admonitions for the
irreversible
wal_levelchange and for compute/billing, and it notes that a direct(non-pooler) connection string is required.
Screenshots are from a real Neon → MySQL CDC run against a
neondbdatabase, withcredentials and the operator's IP masked. The logical-replication step reuses the existing
neon-console-settings-logical-replication.pngrather than adding another console asset.Formatting verified with Prettier.
Happy to adjust the framing, trim scope, or split anything out — just say what you'd prefer.