stripe/sync-engine
Sync your Stripe account to you Postgres database. observed · 2026-08-28
Health v2 · maintenance only
91/100
- Activity 98
- Release rhythm 76
- Longevity 100
How is this computed?
round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-03. Adoption (stars, forks) is never an input.
- gap_med: 4.0
- age_days: 1952
- days_rel: 160
- days_push: 13
- n_releases_24m: 39
Adoption not part of the score
1078 stars · 116 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded
A self-hosted service that syncs your Stripe account data (customers, subscriptions, payments) into a Postgres database. Built in TypeScript with Fastify, it keeps a local relational mirror of Stripe state for querying.
Use cases
- sync stripe data to postgres
- query stripe subscriptions with sql
- keep local database mirror of stripe customers
- avoid stripe api rate limits by syncing data locally
- run analytics on stripe payment data
- self-host stripe to database sync service
When to choose
- you need to query Stripe data with SQL or join it with your own tables
- you want a self-hosted, open-source sync instead of vendor solutions
- you use Postgres and TypeScript/Node infrastructure
When to avoid
- you need tight access controls or public-facing deployment - it lacks strong access controls
- you only need occasional Stripe API calls rather than continuous sync
- you want a fully supported production service with security guarantees
Facets
service · maturity active
etl database http-server webhook fintech databases backend self-hosted self-hosted stripe postgres sync subscriptions fastify nodejs docker typescript
1 source
- readme: https://github.com/stripe/sync-engine · fetched 2026-08-28 · 0484f727100c
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| stripe/sync-engine | main | 91 |
For agents
markdown · JSON · MCP: product_card(name="stripe/sync-engine")
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem