Marketplace

data-iceberg

Other

togo data backend — query Apache Iceberg tables through DuckDB

togo-framework
bash
togo install togo-framework/data-iceberg

Install

bash
togo install togo-framework/data-iceberg

A togo data backend that queries Apache Iceberg tables through DuckDB (which reads Iceberg natively). Registers into data's slot.

bash
togo install togo-framework/data-iceberg
togo provider:use data iceberg
# then query with DuckDB's iceberg_scan('s3://…/table')
Key
Default
Purpose
ICEBERG_DUCKDB_BINduckdbduckdb binary
ICEBERG_INITINSTALL iceberg; LOAD iceberg;setup SQL
Rows per page
1–2 of 2
Page 1 of 1

This is the "tier-out" escape hatch from data-pg: hot data stays in Postgres, cold/shared data lives in Iceberg on object storage — both queryable.


<div align="center"> <h3>💎 Premium sponsors</h3> <p> <a href="https://id8media.com"><img src=".github/assets/id8media.svg" height="44" alt="ID8 Media" /></a> &nbsp;&nbsp;&nbsp;&nbsp; <a href="https://one-studio.co"><img src=".github/assets/one-studio.jpeg" height="44" alt="One Studio" /></a> </p> <p><sub>Support togo — <a href="https://github.com/sponsors/fadymondy">become a sponsor</a>.</sub></p> </div>