Hanzo Insights
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 -d

Open http://localhost:8000 to complete setup.

Environment Variables

VariableRequiredDescription
DATABASE_URLYesPostgreSQL connection string
CLICKHOUSE_HOSTYesClickHouse hostname
REDIS_URLYesRedis/Valkey URL
SECRET_KEYYesDjango secret key
SITE_URLYesPublic 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

On this page