Get Pangolin running in minutes with Docker, binaries, or production-ready configurations.
⚠️ ALPHA VERSION
Pangolin is currently in alpha status. This means:
We encourage you to test, provide feedback, and contribute!
Choose your deployment method:
Download ready-to-run binaries for your platform:
Binaries are automatically built for all platforms via GitHub Actions and attached to each release.
pangolin_api - REST API server (~60MB)pangolin-admin - Admin CLI tool (~10MB)pangolin-user - User CLI tool (~10MB)Documentation: Binary Usage Guide
Get started in minutes with pre-configured Docker Compose environments
Perfect for quick evaluation and testing. Includes Jupyter notebook for PyIceberg testing.
Full-featured setup with authentication and persistent storage.
cd deployment_assets/demo/evaluate_single_tenant docker compose up -d # Access: # - UI: http://localhost:3000 # - API: http://localhost:8080 # - Jupyter: http://localhost:8888 # - MinIO: http://localhost:9001
Official Docker images published to Docker Hub
Production-ready configurations for various cloud providers and databases
Deploy to Kubernetes using our Helm charts:
Production-ready Helm chart with configurable values for different cloud providers.
Provision cloud infrastructure with Terraform:
Pangolin is open source and we welcome contributions!