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>
catalog
Othertogo — register/discover tables in an open catalog (Unity Catalog / Iceberg REST)
togo-framework
bash
togo install togo-framework/catalogInstall
bash
togo install togo-framework/catalogtogo's catalog capability — register + discover tables in an open governance catalog (Unity Catalog / Iceberg REST), so your app data is governed and readable by any engine (Spark, Trino, Databricks) with zero lock-in.
bash
togo install togo-framework/catalog
togo config:set CATALOG_URL http://localhost:8080
go
c := catalog.FromKernel(k)
_ = c.Register(ctx, catalog.Table{Catalog: "main", Schema: "public", Name: "orders"})
Key | Purpose |
|---|---|
| CATALOG_URL | Unity Catalog server |
| CATALOG_TOKEN | bearer token (secret) |
Rows per page
1–2 of 2Page 1 of 1
<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>