Stripe Sync Engine continuously synchronizes your Stripe account data to a Postgres database for analysis and integration.
The complete TanStack Start boilerplate for building profitable SaaS, packed with AI, auth, payments, database, storage, email, newsletter, blog, dashboard, SEO and more, fully deployed on Cloudflare Workers
Continuously synchronizes a Stripe account to a Postgres database.
Sometimes you want to analyze your billing data using SQL. Even more importantly, you want to join your billing data to your product/business data.
This server synchronizes your Stripe account to a Postgres database. It can be a new database, or an existing Postgres database.
stripe in a Postgres database, with tables & columns matching Stripe./webhooks endpoint that listens to any Stripe webhooks.Not implemented
mv .env.sample .env and then rename all the variablesstripe. eg: DATABASE_URL=postgres://postgres:postgres@hostname:5432/postgres?sslmode=disable&search_path=stripe8080
docker run -e PORT=8080 --env-file .env supabase/stripe-sync-engine