PUBLISHED:
CATEGORY: Stripe ▸ Analytics GUI
TAGS:

Datasette + tdog = 99% cheaper Sigma

I have recently released a GitHub repo that allows you to quickly get up and running with a Datasette instance loaded with your Stripe account data.

Datasette is a web UI for exploring data stored in a SQLite database. This is useful as there is no import process to go from SQLite database to web UI. Updates that are written to the database are immediately visible in the UI. tdog polls your Stripe /events URL, then applies writes which are visible in Datasette.

A demo is available here:

Demo: https://datasette-stripe.fly.dev/

The code is here, with an in detail description of features:

Code: https://github.com/tabledog/datasette-stripe

Related