Use Cases & Examples
This chapter merges business use-cases and implementation examples in one place.
| Use Case | Included Example | Code Reference |
|---|---|---|
| Chat Applications | AI reply pipeline + file-aware messages | chat-with-ai example |
| Collaborative Editing | Doc operation stream + live subscriptions | simple-typescript starter |
| Agent Worker Queue | Topic consume + explicit ACK worker loop | simple-typescript starter |
| Summarizer Agent | Topic-triggered AI summary enrichment + retry/failure sink | summarizer-agent example |
| IoT & Monitoring | TTL stream ingestion + threshold subscriptions | stream table provider |
| Compliance (GDPR/CCPA) | User-scoped data + storage routing controls | table options model |
| Multi-Tenant SaaS | Tenant-isolated USER data + shared analytics | permissions rules |
Last updated on