Examples
End-to-end examples demonstrating common flexiq patterns.
End-to-end examples demonstrating common flexiq patterns.
| Example | Description |
|---|---|
| FastAPI Service | REST API that enqueues tasks and streams progress via SSE |
| Notification Service | Multi-channel notifications with retries and rate limiting |
| Web Scraper Pipeline | Distributed scraping with chains and error handling |
| Data Pipeline | ETL pipeline with dependencies, groups, and chords |
| DAG Workflows | Fan-out, conditions, gates, sub-workflows, incremental runs |
| Saga Checkout | Distributed transaction with per-step compensation and rollback |
| Batch Emails | High-throughput fan-out with in-memory task batching |
| Predicate-Gated Jobs | Business-hours windows, load-shedding, feature flags, per-tenant quotas |
| Benchmark | Performance benchmarks comparing flexiq to alternatives |