08 — Enterprise Patterns
Enterprise Patterns
Proven patterns for production systems
Schedule → Event → Queue → Result
Core enterprise pattern: scheduler triggers, event emitted, queue processes, result published
Scheduling
External orchestration of when work happens
Long-Running Workflows
Coordinating work across multiple async stages
AI Agent Patterns
Building systems with autonomous AI agents
Event Sourcing
Using events as the source of truth
CQRS
Separating reads and writes for scalability
Temporal Orchestration
Complex workflow orchestration with Temporal