惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

Martin Fowler
Martin Fowler
D
DataBreaches.Net
F
Fortinet All Blogs
阮一峰的网络日志
阮一峰的网络日志
博客园_首页
Apple Machine Learning Research
Apple Machine Learning Research
H
Help Net Security
M
MIT News - Artificial intelligence
美团技术团队
人人都是产品经理
人人都是产品经理
freeCodeCamp Programming Tutorials: Python, JavaScript, Git & More
Cyber Security Advisories - MS-ISAC
Cyber Security Advisories - MS-ISAC
The Cloudflare Blog
有赞技术团队
有赞技术团队
L
LangChain Blog
博客园 - Franky
钛媒体:引领未来商业与生活新知
钛媒体:引领未来商业与生活新知
博客园 - 【当耐特】
S
SegmentFault 最新的问题
V
Visual Studio Blog
Blog — PlanetScale
Blog — PlanetScale
Hugging Face - Blog
Hugging Face - Blog
B
Blog
I
InfoQ

Supabase Blog

AI Agents Know About Supabase. They Don't Always Use It Right. Custom OIDC Providers for Supabase Auth 100,000 GitHub stars Supabase docs over SSH Navigating Regional Network Blocks Supabase Joins the Stripe Projects Developer Preview Log Drains: Now available on Pro Supabase Storage: major performance, security, and reliability updates Supabase incident on February 12, 2026 Hydra joins Supabase X / Twitter OAuth 2.0 is now available for Supabase Auth BKND joins Supabase Supabase is now an official Claude connector Supabase PrivateLink is now available Introducing: Postgres Best Practices When to use Read Replicas vs. bigger compute Introducing TRAE SOLO integration with Supabase Supabase Security Retro: 2025 Sync Stripe Data to Your Supabase Database in One Click Building ChatGPT Apps with Supabase Edge Functions and mcp-use Own Your Observability: Supabase Metrics API Introducing iceberg-js: A JavaScript Client for Apache Iceberg Introducing Supabase for Platforms Adding Async Streaming to Postgres Foreign Data Wrappers Build "Sign in with Your App" using Supabase Auth Introducing Seven New Email Templates for Supabase Auth The new Supabase power for Kiro Introducing Supabase ETL Introducing Analytics Buckets Introducing Vector Buckets
We're Transferring the Stripe Sync Engine to Stripe
Raminder Singh · 2026-04-14 · via Supabase Blog

We're Transferring the Stripe Sync Engine to Stripe

In 2021, we open-sourced the Stripe Sync Engine repo to solve a problem we had ourselves. Billing data lived in Stripe, product data lived in Postgres, and there was no good way to join them. We built a tool to sync Stripe data into a stripe schema in Postgres, kept building it in the open, and it grew into something bigger than we expected.

Today, the repo moves from supabase/stripe-sync-engine to stripe/sync-engine.

In December 2025, we announced a one-click integration that brought the Stripe Sync Engine directly into the Supabase dashboard. That launch came from close collaboration with Stripe's engineering team.

Stripe engineers contributed directly to the repo: incremental sync using cursor-based pagination, JSONB storage with generated columns, multi-account support for Stripe Connect platforms, and a new CLI with proper event ordering.

A key part of that collaboration was Stripe's work on automatic, incremental backfilling using Supabase Cron and Queue. This is what made it possible to ingest all of your existing Stripe data into Postgres reliably and at scale, and what unlocked the dashboard integration.

Both teams kept iterating after launch on reliability, install flows, and expanded Stripe object support. The result is a more stable, more capable integration than either team would have shipped alone.

Moving the repo to stripe/sync-engine is the next step in that collaboration, and both teams will keep building it together. All our changes going forward will be made to the new stripe/sync-engine repo.

The Stripe Sync Engine stays open source under the Apache 2.0 license. The supabase/stripe-sync-engine repo will redirect to stripe/sync-engine. Nothing breaks for existing users. The one-click integration in the Supabase dashboard continues to work as before.

This is how Supabase has always worked. We build in the open, support the tools and communities around us, and contribute back as things grow. We are proud to collaborate with companies like Stripe to deliver the best tech for builders.

Alongside the transfer, the latest release includes improvements to reliability and day-to-day management.

New capabilities:

  • Coupons sync, one of the most requested additions
  • Branching support, so you can install the engine on a branch for safer dev workflows
  • Data starts syncing immediately on install, no need to wait for the first cron cycle

Better management:

  • One-click upgrades for existing installations
  • SSL enforcement now supported (previously a blocker for projects with SSL enforcement turned on)
  • Install and uninstall controls restricted to Admins and Owners to prevent partial installs

Reliability and UX:

  • Smarter install flow: buttons auto-reset if a process gets stuck
  • Clearer, more actionable error messages
  • Edge Function source code now visible directly in the dashboard

With your Stripe data in Postgres, you can join it directly with your application data. Useful for operational decisions like feature gating and subscription checks, and analytical queries like calculating MRR or understanding churn. For a full walkthrough with SQL examples, see Sync Stripe Data to Your Supabase Database in One Click.

The Stripe Sync Engine is available from the Integrations section of your Supabase dashboard. The repo is at github.com/stripe/sync-engine.