Marketplace
<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> <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>
data-iceberg
Othertogo data backend — query Apache Iceberg tables through DuckDB
togo-framework
bash
togo install togo-framework/data-icebergInstall
bash
togo install togo-framework/data-icebergA 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_BIN | duckdb | duckdb binary |
| ICEBERG_INIT | INSTALL iceberg; LOAD iceberg; | setup SQL |
Rows per page
1–2 of 2Page 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> <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>