Skip to content

Latest commit

 

History

History
44 lines (34 loc) · 1.98 KB

File metadata and controls

44 lines (34 loc) · 1.98 KB

Getting Started with Pangolin

Welcome to Pangolin! This directory contains everything you need to set up, configure, and evaluate the platform.

🚀 Onboarding

Get up and running in minutes.

⚙️ Configuration

Fine-tune Pangolin for your environment.

🔌 Client Integration

Connect your favorite tools to the Pangolin REST Catalog.

🔐 Authentication Modes

Choose your security model.

  • Auth Mode: Standard operational mode with user authentication.
  • No Auth Mode: For local development and testing.

🚢 Deployment

Move from local testing to production.


Quick Launch Reference

If you have Docker installed, the fastest way to see Pangolin in action is:

# Clone and start with Docker Compose
git clone https://github.com/your-org/pangolin.git
cd pangolin
docker-compose up -d

Visit the Quick Start Guide to perform your first data operations!