Skip to content

Add SQL Server CDC capture demo#38

Open
danthelion wants to merge 1 commit into
mainfrom
sqlserver_capture
Open

Add SQL Server CDC capture demo#38
danthelion wants to merge 1 commit into
mainfrom
sqlserver_capture

Conversation

@danthelion
Copy link
Copy Markdown
Collaborator

Summary

  • New sqlserver-cdc-capture/ example: Docker stack (SQL Server 2022 + Python datagen + ngrok) with CDC pre-enabled and the flow_capture user provisioned.
  • Includes a ready-to-publish flow.yaml for an Estuary SQL Server capture, plus the discovered tenant dani-demo/sqlserver-cdc/... collection spec.
  • Derived from sqlserver-cdc-materialize, dropping the Materialize destination; healthcheck and init script updated to use mssql-tools18 (the older mssql-tools path is no longer in the upstream image).

Test plan

  • docker compose up -d sql-server datagen brings the DB up healthy and the datagen starts producing inserts/updates/deletes
  • docker compose up -d ngrok with NGROK_AUTHTOKEN set exposes 1433 publicly
  • flowctl catalog publish --source flow.yaml --auto-approve succeeds against the running stack
  • flowctl catalog status dani-demo/sqlserver-cdc/source-sqlserverOK
  • flowctl collections read --collection dani-demo/sqlserver-cdc/dbo/sales --uncommitted returns documents

🤖 Generated with Claude Code

Self-contained Docker stack (SQL Server + datagen + ngrok) and a flow.yaml
spec for streaming dbo.sales into an Estuary collection via CDC. Built from
the existing sqlserver-cdc-materialize example, minus the Materialize
destination.

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
@danthelion danthelion self-assigned this May 15, 2026
@danthelion danthelion requested a review from aeluce May 15, 2026 15:46
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant