Self-hosting
The self-hosted distribution targets compliance-heavy customers who need PHI/PII to never leave their network. Available on the Self-Hosted Enterprise plan.
What ships
A Helm chart that deploys every Elido service in a single release. Includes:
- Hot path:
edge-redirect,Caddy - Warm path:
api-core,api-bff,analytics-api,billing - Cold path workers:
click-ingester,webhook-dispatcher,notification,url-scanner,metadata-fetcher,domain-manager,qr-generator,bio-renderer,search - Infra you bring: PostgreSQL, ClickHouse, Redis, Kafka/Redpanda, MinIO, Meilisearch, Ory Kratos + Hydra
Sizing (small workload)
| Component | CPU | RAM | Disk |
|---|---|---|---|
| api-core | 2 vCPU | 2 GB | — |
| edge-redirect (×3 replicas) | 1 vCPU each | 512 MB each | — |
| analytics-api | 2 vCPU | 4 GB | — |
| Postgres (Patroni HA, 3 nodes) | 4 vCPU each | 8 GB each | 200 GB SSD each |
| ClickHouse (single shard, 2 replicas) | 4 vCPU each | 16 GB each | 1 TB SSD each |
| Redis | 2 vCPU | 4 GB | 50 GB |
| Redpanda (3 brokers) | 2 vCPU each | 4 GB each | 100 GB each |
| MinIO (4 nodes EC) | 1 vCPU each | 2 GB each | 500 GB each |
Sufficient for ~10M clicks/day and ~100K links.
Deploy
helm repo add elido https://charts.elido.app
helm install elido elido/elido \
--namespace elido \
--create-namespace \
--values values.yamlA starter values.yaml ships in the chart with placeholder external
DNS records, secrets, and TLS cert references. Customise before
applying.
Updates
The chart follows semver. Breaking changes are flagged in the release notes and require a runbook step (e.g. running a Kafka schema migration). Migrations are idempotent and can be re-run.
Source license
Self-hosted Enterprise customers receive a read + audit source license. You may inspect, fork internally for compliance review, and deploy to your own infrastructure. You may not redistribute or sell derivative services.
Talk to sales for the contract.