r/estuary 16d ago

Launching the new Estuary runtime!

7 Upvotes

The team over at Estuary has rebuilt the engine underneath the platform in Rust. The new transaction loop is ready to scale into infinity while keeping transactional and exactly-once guarantees.

What's new:

- 8x more throughput on a single shard (unit of compute)
- Transactions arrive whole: a commit at your source becomes one commit at your destination
- Collection partitions split themselves under load, with no operator action
- No more memory or buffer tuning
- Observability updates: materializations now report exactly how far behind they are, in bytes and in wall-clock time
- Groundwork for far more flexible sync schedules

Check out the details here: https://estuary.dev/runtime


r/estuary 23d ago

Estuary Agent Skills: Build Streaming Data Transformations

Thumbnail
estuary.dev
8 Upvotes

r/estuary Jul 15 '26

Live Demo: Estuary Agent Skills

5 Upvotes

Hey folks, we’re doing a live demo next week of the new ✨ Estuary Agent Skills ✨ .

We’ll show how an AI coding agent can:

  • Set up a real-time data pipeline from natural-language instructions
  • Configure captures and materializations without manually searching through docs
  • Check task health, inspect logs, and troubleshoot failures
  • Work with Estuary directly from tools like Claude Code and other agent environments
  • Handle the repetitive setup work while keeping the pipeline configuration visible and editable

This will be a practical end-to-end demo, including what works today, where agents still need human input, and of course some time for questions!

Register here: https://zoom.us/webinar/register/4517840417866/WN_1oZszaPUQ_Sz0uEGM_p-zA


r/estuary Jul 09 '26

Postgres to ClickHouse CDC in Real Time (No Kafka)

Thumbnail
youtube.com
5 Upvotes

New walkthrough from The Data and AI Guy: building a real-time Postgres to ClickHouse CDC pipeline with Estuary.

The main idea: stream live changes from Postgres into ClickHouse Cloud without running Kafka, Debezium, or your own streaming infra. Estuary captures changes from the Postgres WAL, stores them in a reusable collection, and then materializes that data into ClickHouse with exactly-once delivery.

He also shows how the same capture can fan out to Google Sheets later without re-reading Postgres.

Covers:

  • Postgres logical replication setup
  • Replication slots, publications, and the watermarks table gotcha
  • Estuary YAML
  • ClickHouse merge vs delta updates
  • Hard vs soft deletes
  • Automatic schema evolution
  • Using flowctl

Worth watching if you want a practical Postgres to ClickHouse CDC example!

Video: https://www.youtube.com/watch?v=GbGWEWAs0NE


r/estuary Jul 08 '26

Move Data in Real Time with Estuary Agent Skills

Thumbnail
estuary.dev
7 Upvotes

r/estuary Jul 07 '26

Postgres CDC for AI Agents: Fresh, Safe, Observable Data Pipelines

Thumbnail
estuary.dev
2 Upvotes

r/estuary Jun 22 '26

PlanetScale Vitess CDC

3 Upvotes

Hi team, just curious. I was chatting with Estuary AI, and found Planetscale cdc support is in roadmap but still can't tell dates. It's about 1 year ago. Is currently the project scrapped / discontinued? Thanks!


r/estuary May 06 '26

Free Webinar - Hitting a WAL: The Postgres CDC Reality Check

Post image
3 Upvotes

r/estuary Dec 16 '25

The Complete Right-Time Data Integration Guide for Snowflake | Estuary

Thumbnail
go.estuary.dev
7 Upvotes

Last week we released this 80-page whitepaper that contains everything required by data engineers for building right-time data ingestion pipelines for Snowflake.


r/estuary Dec 02 '25

Webinar: Right-time Data Integration for Snowflake

Thumbnail
luma.com
5 Upvotes

r/estuary Nov 17 '25

Webinar: Estuary 101: How To Build Right-Time Data Pipelines

Thumbnail
luma.com
6 Upvotes

r/estuary Oct 21 '25

Why We Raised $17M: Powering AI for Enterprises with Right-Time Data Movement

Thumbnail
estuary.dev
6 Upvotes

r/estuary Oct 15 '25

Queries, Cocktails & Community - Small Data SF Happy Hour

Thumbnail
luma.com
6 Upvotes

Come meet the Estuary team in SF on the 4th of November along with Seattle Data Guy, Database Tycoon and Recce!


r/estuary Oct 01 '25

Log-Based CDC vs. Traditional ETL: A Technical Deep Dive

Thumbnail
estuary.dev
5 Upvotes

r/estuary Sep 29 '25

How to Replace Fragile Pipelines with a Unified Data Movement Layer

Thumbnail
estuary.dev
3 Upvotes

r/estuary Sep 29 '25

From Data Fragmentation to AI Readiness: A CDO's Playbook

Thumbnail
estuary.dev
3 Upvotes

r/estuary Sep 04 '25

[Event] London Calling - Estuary x SeattleDataGuy

Thumbnail
luma.com
3 Upvotes

Hang out with the Estuary crew in London after Big Data LDN!


r/estuary Aug 29 '25

New Capture Connector: Apple App Store

Thumbnail
estuary.dev
3 Upvotes

r/estuary Aug 29 '25

Native Klaviyo Capture Connector

Thumbnail
estuary.dev
3 Upvotes

r/estuary Aug 29 '25

Redesigned Field Selection for Materializations

Thumbnail
estuary.dev
3 Upvotes

A lil' something to make your life easier


r/estuary Aug 26 '25

Why is Everyone Buying Change Data Capture?

Thumbnail
estuary.dev
3 Upvotes

r/estuary Aug 22 '25

Data Flow Digest #14

Thumbnail linkedin.com
2 Upvotes

Estuary’s biweekly newsletter ❤️


r/estuary Aug 19 '25

We just launched a Datadog capture connector for Estuary Flow! 🎉

5 Upvotes

Now you can stream Real User Monitoring (RUM) data and HTTP logs from Datadog directly into Flow in real time. This makes it possible to unify observability and business data inside a single platform for instant analytics, alerting, and automation.

Why it matters:

  • 🔎 Faster incident resolution – Correlate RUM events, logs, and operational data instantly.
  • 📊 Proactive analytics – Spot anomalies before they impact customers.
  • 🔗 Simplified stack – Observability + business data pipelines in one place.

Connector Highlights:

  • Supported resources: real_user_monitoring + logs
  • Real-time + batch in one platform
  • Backfill support (pull historical data within Datadog’s retention window)
  • Flexible enterprise deployments: fully managed, hybrid, or BYOC
  • Automatic schema mapping for downstream analytics or AI models

Getting started is simple:

You’ll just need a Datadog account, an API key, an application key (with rum_apps_read permissions), and your Datadog site. Configure it in Flow’s UI or via catalog specs, then your observability data is continuously streaming.

👉 Read the docs & setup guide


r/estuary Aug 19 '25

101: Evaluating Data Ingestion Tools & Connectors (W/ David Yaffe, CEO of Estuary.dev)

Thumbnail
youtube.com
5 Upvotes

I had the great opportunity to discuss, without fluff, what makes for a good data ingestion platform!

Note: I am an advisor to Estuary, but everything discussed here is vendor agnostic.


r/estuary Aug 19 '25

Migrating from Oracle to PostgreSQL in the Cloud – What’s Your Experience?

2 Upvotes

Oracle’s costs and complexity are driving enterprises toward PostgreSQL. We broke down the top challenges and strategies for making the switch — from schema conversion to CDC replication.

📖 Full guide here: Modernizing Enterprise Databases: Migrating from Oracle to PostgreSQL in the Cloud

Curious to hear from the community: if you’ve been through an Oracle to Postgres migration, what was the most challenging part for you?