Absortio

Email → Summary → Bookmark → Email

Per page:

Lessons learned from integrating with GPT in production

Aug 25, 2023 20:00 • philbooth.me

For the last ten months or so I've worked on integrating GPT (various flavours) with a large production codebase. It's been one of the most chaotic periods of my career, featuring numerous false starts, changes of direction and rapid improvements followed by major setbacks. This is what I've learned.

Introducing pg_later: Asynchronous Queries for Postgres, Inspired by Snowflake | Tembo

Aug 25, 2023 19:56 • tembo.io

We’re working on asynchronous query execution in Postgres and have packaged the work up in an extension we’re calling pglater. If you’ve used Snowflake’s asynchronous queries, then you might already be familiar with this type of feature. Submit your queries to Postgres now, and come back later and get the query’s results.

GitHub - airbytehq/airbyte: Data integration platform for ELT pipelines from APIs, databases & files to warehouses & lakes.

Aug 24, 2023 21:46 • github.com GitHub

Data integration platform for ELT pipelines from APIs, databases & files to warehouses & lakes. - GitHub - airbytehq/airbyte: Data integration platform for ELT pipelines from APIs, database...

User’s Manual — Music Player Daemon 0.24~git documentation

Aug 24, 2023 21:39 • mpd.readthedocs.io

Music Player Daemon (MPD) is a flexible, powerful, server-side application for playing music. Through plugins and libraries it can play a variety of sound files while being controlled by its network protocol.

GitHub - FloFaber/MphpD: A fully-featured, dependency-free PHP library for MPD

Aug 24, 2023 21:39 • github.com GitHub

A fully-featured, dependency-free PHP library for MPD - GitHub - FloFaber/MphpD: A fully-featured, dependency-free PHP library for MPD

Postgres Subquery Powertools: CTEs, Materialized Views, Window Functions, and LATERAL Join

Aug 24, 2023 21:36 • www.crunchydata.com Crunchy Data

Wondering when to use a Materialized View or a CTE? Elizabeth has summaries, example queries, and comparisons for the most popular subquery tools.