Marketplace

catalog

Other

togo — register/discover tables in an open catalog (Unity Catalog / Iceberg REST)

togo-framework
bash
togo install togo-framework/catalog

Install

bash
togo install togo-framework/catalog

togo'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_URLUnity Catalog server
CATALOG_TOKENbearer token (secret)
Rows per page
1–2 of 2
Page 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> &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>