Incremental Fetch

Guides construction of resilient data ingestion pipelines from paginated APIs. Activates on: "ingest data from API", "pull tweets", "fetch historical data", "sync from X", "build a data pipeline", "fetch without re-downloading", "resume the download", "backfill older data". NOT for: simple one-shot API calls, websocket/streaming connections, file downloads, or APIs without pagination.

shipshitdev b49965e 4 files · 11.6 KB Updated

File contents

shipshitdev/skills/tree/main/skills/incremental-fetch commit b49965e5bf

Frequently asked questions

npx skillmds add shipshitdev/incremental-fetch