PgQueuer – A PostgreSQL job queue that works without PostgreSQL
Job queue without a separate broker—uses Postgres LISTEN/NOTIFY and SKIP LOCKED.
A working Python VM written entirely in SQL
This repo literally turns CPython internals into rows and stored procedures: object rows, regproc type slots, and an interpreter loop (py_eval_frame) that dispatches opcode handler functions in SQL. It's a clever, hands-on exploration — 103 SQL files, a REPL and 87 tests show serious follow-through — but it's primarily an impressive engineering demo rather than a practical production runtime.
Language implementers, database engineers, Postgres enthusiasts, and curious developers interested in runtimes and systems experiments
Job queue without a separate broker—uses Postgres LISTEN/NOTIFY and SKIP LOCKED.
Runs Python inside Go binaries without CGo or requiring host Python installs.
Visualizing Python internals with actual benchmark data beats dry documentation.
Uses Elixir OTP to orchestrate Python agents with 3.77 KB memory overhead.
Drop-in Rustls for Python ssl module, but 10% slower than OpenSSL.
Runs GitHub in 650 lines of SQL, replacing Gitea for local agent swarms.