Full-StackPublic2026
DevObservatory
Async ingest platform with FastAPI, Next.js 15, and RabbitMQ
Developer-observability platform: orgs and projects, per-project API keys, async event ingestion over RabbitMQ, Postgres persistence via a worker, and a Next.js 15 frontend with httpOnly JWT cookies.
Highlights
- ★Async ingest: client → API → RabbitMQ → worker → Postgres, decoupled and retryable.
- ★Multi-tenant orgs/projects, per-project API keys, SlowAPI rate limiting, Alembic migrations.
- ★Full Docker Compose stack: Postgres + Redis + RabbitMQ + MinIO, with one-command bootstrap.