Pangolin is a lightweight, high-performance Lakehouse Catalog implementing the Apache Iceberg REST Catalog specification.
docker run -d \
-p 8080:8080 \
-e PANGOLIN_ADMIN_PASSWORD="supersecretpassword" \
alexmerced/pangolin-api:0.5.0
PANGOLIN_ADMIN_USER: Username for the root admin (default: admin).PANGOLIN_ADMIN_PASSWORD: Password for the root admin (Required for Auth Mode).PANGOLIN_NO_AUTH: Set to true to disable authentication (Development only).PANGOLIN_STORAGE_TYPE: memory (default), sqlite, postgres, mongo.DATABASE_URL: Connection string for postgres or sqlite.RUST_LOG: Log level (e.g., info, debug).8080: HTTP REST API.For SQLite persistence:
/data if using sqlite storage and a file path in /data.Content type
Image
Digest
sha256:5a6a8ce7b…
Size
55.6 MB
Last updated
about 1 month ago
docker pull alexmerced/pangolin-api