Self-hosting
Ogoune runs in two modes depending on your scale.
| Community | Production | |
|---|---|---|
| Database | SQLite (in-process) | PostgreSQL |
| Scheduler | TimingWheel (in-process) | Asynq (Redis) |
| Scaling | Single binary | Stateless API + external workers |
- Community (SQLite) — one binary, zero external deps
- Production (Postgres + Redis) — horizontal scale
- Configuration — environment variables
