Real-time SQL traffic viewer β proxy daemon + TUI / Web client.
sql-tap sits between your application and your database (PostgreSQL, MySQL, or TiDB), capturing every query and displaying it in an inte...
Similar Articles (10 found)
π 61.9% similar
How to do Change Data Capture (CDC), using Singer
Introduction
Change data capture is a software design pattern used to track every change(update, ins...
π 54.2% similar
Small Kafka: Tansu + SQLite on a free t3.micro (AWS Free Tier)
AWS has a free tier that can be used with the t3micro instance, having 1GiB of memory a...
π 51.4% similar
Today we're open sourcing postgres-wasm
with our friends at Snaplet.
postgres-wasm is a PostgreSQL server that runs inside a browser. It provides a fu...
π 50.8% similar
9 min read
Feb 02, 2026
Table of contents
01 The βUse the Right Toolβ Trap02 Why This Matters Now: The AI Era03 βBut Specialized Databases Are Better!...
π 50.1% similar
I run six Claude Code agents in parallel from my phone. No laptop, no desktopβjust Termius on iOS and a cloud VM.
The Setup
flowchart LR
A[Phone] -->|...
π 49.2% similar
Scripts I wrote that I use all the time
In my decade-plus of maintaining my dotfiles, Iβve written a lot of little shell scripts. Hereβs a big list of...
π 49.1% similar
TL;DR:
Β· If youβre an engineer building realtime analytics or AI-powered features, you need the right data infrastructure coupled with the right devel...
π 48.3% similar
It's a generic setup where you can do _anything_ you want via firing off an HTTP request as a clone of the original, and re-handling the request after...
π 48.2% similar
Uplevel your dbt workflow with these tools and techniques
- 1. Introduction
- 2. Setup
- 3. Ways to uplevel your dbt workflow
- 3.1. Reproducible envi...
π 48.0% similar
How to unit test sql transforms in dbt
Introduction
With the recent advancements in data warehouses and tools like dbt
most transformations(T of ELT) ...