PostgreSQL - spinningideas/resources GitHub Wiki
PostgreSQL
Overview
- https://webapp.io/blog/postgres-is-the-answer/
- https://rbranson.medium.com/10-things-i-hate-about-postgresql-20dbab8c2791
- https://www.shayon.dev/post/2022/17/why-i-enjoy-postgresql-infrastructure-engineers-perspective/
Development Tools
Internals
https://www.interdb.jp/pg/index.html
Indexing
Searching
Tuning/Admin/Tips
- https://blog.crunfive-tips-for-a-healthier-postgres-database-in-the-new-year
- https://www.shayon.dev/post/2022/17/why-i-enjoy-postgresql-infrastructure-engineers-perspective/
hierarchical-structures
Timezones
Spatial Data
Rest API
- https://github.com/PostgREST/postgrest
- https://www.tutlinks.com/fastapi-with-postgresql-crud-async/
- https://github.com/tjoudrey/JavaRESTcli
GraphQL
Machine Learning
- https://postgresml.org/ - Train and deploy models to make online predictions using only SQL, with an open source extension for Postgres
- https://www.crunchydata.com/blog/recommendation_engine_in_postgres_with_pandas_and_python