End-to-end recipes¶
The end-to-end category covers full pipelines that compose every layer of the SDK: query → persist → analyse → render a report.
| ID | Title | Runtime | API key |
|---|---|---|---|
| RECIPE-111 | India exports to report | 4 – 8 s | no |
| RECIPE-113 | HS explorer to Markdown | 4 – 8 s | no |
Path¶
- RECIPE-111 — India exports to report. Fetch India's 2022 exports, persist to Parquet, drill into the top-10 partners and HS chapters, render a Markdown report.
- RECIPE-113 — HS explorer to Markdown. Fetch HS-2 trade data for India, group by chapter, render a hierarchical Markdown table.
Run them all¶
Related Recipes¶
- RECIPE-111 — India exports to report.
- RECIPE-113 — HS explorer to Markdown.
Related Guides¶
- Data Analysis → Reporting — the pattern these recipes embody.
- Python SDK → ETL — pipeline composition.
Next steps¶
- Release Notes — what's shipped per version.