pg_savior: a seatbelt for Postgres – blocks accidental DELETE/UPDATE
Parser hook blocks DELETE without WHERE before it wipes your production table.
tail -f for PostgreSQL — stream row changes to the terminal in real time
Native logical replication protocol means zero code changes to existing Postgres apps.
Backend developers, database administrators
Debezium · pgwatch · Wal2Json
Parser hook blocks DELETE without WHERE before it wipes your production table.
SQLAlchemy wrapper for cross-dialect bulk upserts using temporary staging tables.
One stream per session enables live tailing without message queues or OLAP databases.
Live session tailing via streams beats standard database-backed replay tools.
100M events to 93 KB with constant memory using probabilistic sketches.
Stateless agents with S3 storage cuts Kafka+Flink costs by 92%, but confluent-kafka wire protocol still needs fixes.