What are Fetchers?
Fetchers are the first step in the CHOMP pipeline (CHef -> CHunker -> Refinery -> Porter/Handshake). They retrieve data from different sources and pass it to the next pipeline stage for processing. Fetchers make it easy to:- Load files from local storage
- Fetch documents from cloud storage (coming soon)
- Retrieve data from databases (coming soon)
- Connect to APIs and web sources (coming soon)
Installation
Fetchers are included with the base Chonkie installation:Using Fetchers in Pipelines
Fetchers integrate seamlessly with the Pipeline API:Available Fetchers
More fetchers are coming soon! We’re working on cloud storage, database, and API fetchers.