Sign inSign up

alexmerced/pangolin-ui

By alexmerced

•Updated about 1 month ago

Image
0

658

alexmerced/pangolin-ui repository overview

⁠Pangolin UI (PangolinCatalog.com)

Web-based management interface for the Pangolin Lakehouse Catalog.

⁠Quick Start

docker run -d \
  -p 3000:3000 \
  -e PUBLIC_API_URL="http://localhost:8080" \
  alexmerced/pangolin-ui:0.5.0

⁠Configuration

  • PUBLIC_API_URL: URL of the Pangolin API (must be accessible from the user's browser).
    • Note: Since this is a client-side SPA served by Node, the PUBLIC_API_URL refers to where the browser should send requests.

⁠Access

Open http://localhost:3000⁠ in your browser.

⁠Features

  • Tenant Management: Create and manage tenants.
  • User Management: Manage users and roles.
  • Service Users: Generate API keys for machine access.
  • Catalog Browser: Explore Iceberg namespaces and tables.
  • Warehouse Management: Configure storage buckets.

Tag summary

Content type

Image

Digest

sha256:b6f6203a7…

Size

49.4 MB

Last updated

about 1 month ago

docker pull alexmerced/pangolin-ui