Puppet Early Access
Ingests cloud billing across five hyperscalers, normalises it through the FOCUS specification, surfaces spend analytics & optimisation recommendations, then auto-generates Terraform pull requests so customers apply savings through GitOps.
- Multi-tenant by design — database-per-tenant in ClickHouse, schema-per-tenant in PostgreSQL, async Kafka messaging, token-auth REST for S2S. SOC 2-ready from day one.
- Ingest at scale — terabytes/day, dual-trigger (scheduled + SQS event-driven), KEDA scaling the parser fleet 0→N on backlog with backpressure, DLQ & retry. Zero production data-loss.
- Sub-second analytics — ClickHouse materialised views + pre-aggregation + Redis caching + query rewriting, responsive over billions of rows.
- GraphQL platform — Apollo Federation supergraph over ~7 Go subgraphs, codegen typings into a React + TanStack UI; reactive state over Redis pub/sub + WebSockets.