Stripe Sync Engine continuously synchronizes your Stripe account data to a Postgres database for analysis and integration.
Monitor your backlinks, get DA/PA/Spam metrics, and receive alerts if anything changes. Simple and fast backlink tracking.
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