Integration Patterns
Choose the integration pattern that best fits your use case:
| Pattern | Use Case | Complexity | Latency |
|---|---|---|---|
| Direct Query | Ad-hoc analysis, BI tools | Low | Real-time |
| Scheduled ETL | Data warehouse sync | Medium | Batch |
| Change Data Capture | Real-time sync | High | Near real-time |
| API Wrapper | Microservices | Medium | On-demand |