Alternatives
Products that do what Stripe Sigma alternative: tdog | SQLite | Datasette does
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://datasette-stripe.fly.dev/stripe Github: https://github.com/tabledog/datasette-stripe Cheers.
- 1DC
2017 · simonwillison.net
- 2

- 3TD
2021 · table.dog
- 4DD
2021 · datasette.io
- 5

- 6

- 7MI
2021 · github.com
- 8

- 9

- 10

- 11DP
2018 · publish.datasettes.com
- 12CQ
2021 · github.com
- 13ST
2016 · github.com
- 14SS
2020 · github.com
- 15

- 16SW
2014 · github.com
- 17CL
2020 · github.com
- 18EA
Yet another "talk to your data and build a dashboard" app, where data does not leave your browser. You ask a question, agents produce multiple SQL queries to in-browser sqlite, never seeing results, and write dashboard configuration code. The data you analyze will be indexed with a local semantic index (embeddings generation + sqlite vector search fully local). Next, sandboxed QuickJS runs this code to produce rich dashboards directly in your browser, no backend attached. This is a fully frontend app (except OpenRouter or other remote LLM). All data sent to LLM's is heavily sanitized and…
Jun 2026 · eatmydata.ai
- 19IM
Hey everyone! It’s a single executable that you can run on your server using Docker, Systemd, or any other tool you prefer. It provides a simple user-friendly interface to manage all your SQLite databases. Inspired by PhpLiteAdmin, it features a snappy UI and offers power-user functionalities, ability to chat with your database using natural language via OpenAI api, and other features. It’s free to use, with an option for a one-time payment to unlock all features. You can find the demo at https://demo.litequeen.com/ It's early and there's much to add. Some features I think…
2024 · litequeen.com
- 20LD
Over the last 12 months, in parallel to using Google BigQuery, I have built my own processing pipeline using SQLite and DuckDB. What amazes me is that it works surprisingly well and costs much less than using BigQuery. Roughly speaking, here's what I do: A SQLite database receives IoT sensor data via a very simple PHP function. I currently use the FlightPHP framework for this. The data is written to a table within the SQLite database (WAL mode activated) and states are updated by the machines using triggers. Example of a trigger CREATE TRIGGER message_added AFTER INSERT ON messages BEGIN…
2023
- 21IQ
Jun 2026 · github.com
- 22RF
Hey HN, I built rawkit.dev, a collection of browser-based developer utilities. No ads, no signups, no tracking. Everything processes client-side — your data never touches a server. The tools: - JSONForge: JSON editor with tree/graph views, diff, transform, JQ-style queries, format conversion - SQLSandbox: SQLite via WASM — import CSVs, write SQL, join across files - Regexplorer: Regex builder with live matching, plain English mode,nmulti-language export - SiftLog: Log file viewer with auto-detection, severity filtering, regex search, timeline - Tabulate: CSV/TSV viewer with…
Feb 2026 · rawkit.dev
- 23IB
Hey HN! I am a developer working on a startup doing lots of payment integration stuff with payment providers like Stripe. I built a tool to talk to Stripe data, just so that I can answer questions from our team. I turned that into analytics tool (sort of) to answer questions about MRR, churn, revenue etc. (https://www.dataraccoon.io/). There is a two minute demo video on the page if you want to see how it works, or you can use free trial without needing a credit card. I was wondering if you would use such a tool directly in Slack or prefer receiving messages about your metrics…
2024 · dataraccoon.io
- 24SQ
Hello HN, We are happy to announce SQLify, a new product from the team behind Kantree (https://kantree.io). Some time ago, we had the request to access data from Kantree through BI tools. We realized one of the easiest way to achieve this was to provide an SQL interface, compatible with PostgreSQL, so that data analyst could query Kantree data like they're used to. No need to learn the details of our API. We realized this process could be useful for many other uses cases. SQLify was born ! It is a superset of SQL that allows you to query APIs. We provide integrations with popular…
2024 · sqlify.me
Ranked by how close each launch is in meaning, then by votes. Refine with a description →