Tianhe Gao

Postgres is Enough

https://gist.github.com/cpursley/c8fb81fe8a7e5df038158bdfe0f06dbb

Simplify: move code into database functions | Derek Sivers https://sive.rs/pg

Move all data logic into database ues PostgreSQL SQL syntax.

Just Use Postgres for Everything | Amazing CTO https://www.amazingcto.com/postgres-for-everything/

  • cache
  • message queue
  • data warehouse
  • in memory OLAP
  • store Json documents
  • cron demon
  • geospacial queries
  • fulltext search
  • generate JSON in the database
  • auditing
  • graphQL adapter

No notes link to this note