Your Cart
Loading

Just Use Postgres: The Field Manual + Starter Repo

On Sale
$23.99
$23.99
Added to cart

Your stack has 7 services doing what Postgres already does for free.


Everything in the Field Manual, plus the companion starter repo: a docker-compose up stack (Postgres + pgvector + PostGIS + pg_cron + PostgREST, pre-wired), one migration file per module, seed data, and a tested, runnable example query for every recipe in the book. Code you can git clone and run is worth more than code you read and retype β€” this tier is for anyone who'd rather start from a working stack than a blank terminal.


Most stacks aren't designed. They accumulate.

Search gets Elasticsearch. Jobs get Redis. The AI feature gets Pinecone. Dashboards get piped into Snowflake. None of those calls were wrong on their own β€” they just never got revisited once the invoices started stacking up.

Just Use Postgres is a 24-page field manual that walks through eight of those calls and shows you exactly how to undo them, with runnable SQL for each one:

- πŸ—„οΈ JSONB + GIN β†’ replace MongoDB

- βš™οΈ SKIP LOCKED β†’ replace Redis & RabbitMQ job queues

- πŸ” Full-text search + pg_trgm β†’ replace Elasticsearch

- 🧠 pgvector + HNSW β†’ replace Pinecone

- πŸ—ΊοΈ PostGIS β†’ replace standalone GIS tools

- πŸ“ˆ Partitioning + BRIN β†’ replace InfluxDB

- πŸ“Š Materialized views β†’ replace Snowflake (for dashboards)

- πŸ”Œ PostgREST + Row-Level Security β†’ replace your hand-built API layer


Plus the part most "just use Postgres" hot takes skip: an honest module on exactly where this stops working, and a 5-phase rollout plan so you migrate without a 2am incident.


No fluff, no theory copy-paste SQL you can run today. Every recipe in this manual has been run against a real Postgres instance, not just written to look plausible.

You will get a ZIP (2MB) file