frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Open in hackernews

Show HN: Apache Iceberg FDW for Postgres

http://fdw.dev/catalog/iceberg/
1•kiwicopple•5m ago
This is a Postgres Foreign Data Wrapper for Postgres, which you can use to query Apache Iceberg. A FDW allows you to access and query data stored in external data sources as if they were native Postgres tables.

It is compatible with the Iceberg REST catalog and S3 Tables (AWS S3's latest offering). Currently it supports SELECT and INSERT operations.

You can map an entire Iceberg namespace into your Postgres database like this:

    import foreign schema "warehouse"
    from server iceberg_server 
    into "my_iceberg_warehouse";
And then query them using a standard SELECT query from your Postgres database:

    select * from warehouse.my_table where id = 42;
You can also create tables from within your Postgres database which will then be created inside Iceberg using the `create_table_if_not_exists` option:

    create foreign table new_table (
      id bigint,
      name text
    )
    server iceberg_server
    options (
      table 'warehouse.new_table',
      rowid_column 'id',
      create_table_if_not_exists 'true'
    );
The FDW extension used PGRX + the iceberg-rust libraries. The iceberg ecosystem is still very nascent, but we're excited about some architectural patterns it enables. We'll be adding a few resources to the ecosystem, including some libraries that make it easier to use. You can install this FDW on any self-hosted Postgres database and it's available today on the supabase platform.

Comments

kiwicopple•3m ago
GitHub repo is here if you want to use this for self-hosted Postgres databases:

https://github.com/supabase/wrappers

Human behavior isn't coherent enough to be a benchmark for AI

https://kemendo.com/benchmark.html
1•AndrewKemendo•1m ago•0 comments

Towards milli-joules per token – AI on the Apple Watch

https://atsentia.com/blog/towards-millijoules-per-token
1•amund•2m ago•0 comments

Are emotional video surprises better than text messages?

https://softlywished.substack.com/p/how-text-to-video-is-changing-the
1•SoftlyWished•4m ago•1 comments

Show HN: Apache Iceberg FDW for Postgres

http://fdw.dev/catalog/iceberg/
1•kiwicopple•5m ago•1 comments

A National Mission to Accelerate Science Through Artificial Intelligence

https://energy.gov/genesis
2•kordlessagain•5m ago•0 comments

Huawei and Chinese Surveillance

https://www.schneier.com/blog/archives/2025/11/huawei-and-chinese-surveillance.html
1•speckx•5m ago•0 comments

One Year of MCP: November 2025 Spec Release

http://blog.modelcontextprotocol.io/posts/2025-11-25-first-mcp-anniversary/
1•vinhnx•7m ago•0 comments

Justice dept. requires Realpage end sharing competitively sensitive information

https://www.justice.gov/opa/pr/justice-department-requires-realpage-end-sharing-competitively-sen...
3•phkahler•7m ago•0 comments

AI Coding Tools Every Developer Should Use Now

https://medium.com/@shaikhrayyan123/10-ai-coding-tools-every-developer-should-use-now-2ae5988c4bbd
1•blogd•7m ago•0 comments

Open source LLM prompt eval and optimization CLI

https://github.com/davismartens/ev
1•davismartens•8m ago•0 comments

Ask HN: Where to start with AI as a software engineer after a long sabbatical?

1•eel•9m ago•0 comments

Capital One's H-1B Kickback Scheme

https://thevisafiles.substack.com/p/capital-one
2•kappi•10m ago•0 comments

How to Get Hired in 2025

https://tonsky.me/blog/hiring-ai/
1•arational•11m ago•0 comments

Title Will Be Clicked No Matter What It Says

https://ng-menu.netlify.app/
1•cpuXguy•11m ago•0 comments

Digital Nomads and Expats visa info

https://abrotherabroad.com/long-term-visa-residency-directory-for-nomads-and-expats/
1•netfortius•11m ago•0 comments

First there was nothing, then there was Hoto and Fanttik

https://www.theverge.com/report/829265/hoto-fanttik-profile-origins-xiaomi-aukey-tiktok
1•coloneltcb•13m ago•0 comments

Show HN: I collected 100+ open-source projects that are hiring

https://open-source-jobs.com
1•timqian•14m ago•0 comments

Promptions ("Prompt" plus "options") dynamically generated UIs [video]

https://www.youtube.com/watch?v=vr3fZpkKy8Q
1•plurby•14m ago•0 comments

Show HN: Zephyr3D – TypeScript WebGPU/WebGL 3D engine with an in‑browser editor

https://zephyr3d.org
1•gavinyork•15m ago•0 comments

After 5 years on Mars, NASA's Perseverance may have found its first meteorite

https://www.space.com/space-exploration/mars-rovers/after-5-years-on-mars-nasas-perseverance-rove...
2•Brajeshwar•16m ago•0 comments

The long-overlooked insects, Hoverflies, that could save our crops

https://www.newscientist.com/article/2504250-the-long-overlooked-insects-that-could-save-our-crops/
1•Brajeshwar•17m ago•0 comments

There's more to cholesterol than simply "good" or "bad"

https://www.economist.com/science-and-technology/2025/11/25/theres-more-to-cholesterol-than-simpl...
1•Brajeshwar•17m ago•0 comments

Show HN: Why do coding interviews expose your whole desktop. Here's a fix

https://www.getcloakly.com
1•jaygood•19m ago•2 comments

Show HN: AI-Archive – Help us build the "junk filter" for AI-generated science

https://ai-archive.io
1•minimal_action•20m ago•0 comments

Show HN: MasteryTrack, Open-source 10000-hour practice tracker(Tauri/Rust/React)

https://github.com/Alpha-Mintamir/MasteryTrack
1•alphalenchoo•21m ago•0 comments

Show HN: Offline RAG System Using Docker and Llama 3 (No Cloud APIs)

https://github.com/PhilYeh1212/Local-AI-Knowledge-Base-Docker-Llama3
3•PhilYeh•21m ago•0 comments

Modernizing Legacy Apps with AI

1•sasakrsmanovic2•21m ago•0 comments

African Americans and the Making of Liberia (2021)

https://gilderlehrman.org/history-resources/essays/african-americans-and-making-liberia
1•thomassmith65•22m ago•0 comments

AI Trained on Bacterial Genomes

https://arstechnica.com/science/2025/11/generative-ai-meets-the-genome/
1•I_Nidhi•25m ago•0 comments

Completing, Integrating, and Publishing Our Game with DragonRuby

https://blog.appsignal.com/2025/11/26/completing-integrating-and-publishing-our-game-with-dragonr...
1•amalinovic•26m ago•0 comments