/explore

Click through on any links that interest you or select the planets on the right to continue exploring the Outer Web.
You are here

pgdash.io
| | eradman.com
3.5 parsecs away

Travel
| | [AI summary] This technical post provides a comprehensive guide on PostgreSQL logical replication, covering setup, configuration, troubleshooting, and data synchronization techniques.
| | mccue.dev
3.6 parsecs away

Travel
| | [AI summary] Article detailing best practices and patterns for designing efficient Postgres database schemas and queries.
| | hypirion.com
4.4 parsecs away

Travel
| | There's no official support for system-versioned tables in Postgres yet, and the temporal extensions aren't supported on Azure/AWS/GCP. Let's implement it ourselves with 3 triggers and an index.
| | blog.fredrb.com
20.1 parsecs away

Travel
| Tiny Python Docker Images I was looking for a way to create a very small docker image for a Python project. The python project I created is a Telegram bot quizzes me in German. The python-telegram-bot pip package requires gcc to fully build- so using alpine image did not do the trick for me. I searched online, found a few example bot none that would actually do what I needed with a reasonable image size.