Monday, February 28, 2022

Show HN: Stripe Sigma alternative: tdog | SQLite | Datasette https://ift.tt/VwRSZ9x

Show HN: Stripe Sigma alternative: tdog | SQLite | Datasette Hello, I have recently released this GitHub repo which is a container running the tdog CLI (downloads your Stripe account to a SQLite file) and the Datasette server (reads the SQLite file, presents a web UI). This lets you browse your tables and query them with SQL. There is a live demo at: https://ift.tt/2FKpyNm Github: https://ift.tt/k7cfzDL Cheers. https://ift.tt/k7cfzDL March 1, 2022 at 01:12AM

No comments:

Post a Comment

Show HN: LoopMix128 – Fast C PRNG (.46ns), 2^128 Period, BigCrush/PractRand Pass https://ift.tt/FWgdlMe

Show HN: LoopMix128 – Fast C PRNG (.46ns), 2^128 Period, BigCrush/PractRand Pass LoopMix128 is a fast C PRNG I wrote for non-cryptographic t...