Getting Started
Getting Started
Get Hanzo Insights running in minutes.
Getting Started
Prerequisites
- Docker and Docker Compose
- PostgreSQL 14+
- ClickHouse 23+
- Redis/Valkey 7+
Quick Start with Docker
git clone https://github.com/hanzoai/insights
cd insights
cp .env.example .env
docker compose up -dOpen http://localhost:8000 to complete setup.
Environment Variables
| Variable | Required | Description |
|---|---|---|
DATABASE_URL | Yes | PostgreSQL connection string |
CLICKHOUSE_HOST | Yes | ClickHouse hostname |
REDIS_URL | Yes | Redis/Valkey URL |
SECRET_KEY | Yes | Django secret key |
SITE_URL | Yes | Public URL (e.g. https://insights.hanzo.ai) |
Kubernetes Deployment
Deploy to Kubernetes using the Hanzo Universe manifests:
kubectl apply -k github.com/hanzoai/universe/infra/k8s/insights