Expand description
Adapter implementations - infrastructure concerns
Concrete implementations of port traits:
- HTTP client with anti-bot features
- AI providers (Claude, GPT, Gemini, Ollama)
- Storage backends (file, S3, database)
- Cache backends (memory, Redis, file) Adapter implementations - infrastructure concerns
Concrete implementations of port traits:
- HTTP client with anti-bot features
- AI providers (Claude, GPT, Gemini, Ollama, Copilot)
- Storage backends
- Cache backends
Modules§
- ai
- AI provider adapters AI provider adapters
- browser
browser - JavaScript rendering adapter (headless browser via stygian-browser) JavaScript rendering adapter using stygian-browser
- cache
- Cache adapters (memory, Redis) Cache adapters
- distributed
- Distributed work queue and executor adapters Distributed execution adapters
- graphql
- GraphQL API adapter — generic ScrapingService for any GraphQL endpoint
GraphQL API adapter — a generic
ScrapingServicefor any spec-compliant GraphQL endpoint. - graphql_
plugins - GraphQL target plugin implementations (one file per API target) GraphQL target plugin implementations.
- graphql_
rate_ limit - Sliding-window request-count rate limiter for GraphQL API targets.
- graphql_
throttle - Proactive cost-throttle management for GraphQL APIs Proactive GraphQL cost-throttle management.
- http
- HTTP scraping adapter with anti-bot capabilities HTTP scraping adapter with anti-bot features
- mock_ai
- Mock AI provider for testing Mock AI provider adapter for testing
- multimodal
- Multi-modal content extraction (CSV, JSON, XML, images, PDFs) Multi-modal content extraction adapter
- noop
- No-op service for testing No-op service adapter for testing
- output_
format - Output format helpers — CSV, JSONL, JSON Output format helpers — CSV, JSONL, JSON.
- resilience
- Resilience adapters (circuit breaker, retry) Resilience adapters
- storage
- Storage adapters (file, S3, database)
Storage adapters — persist and retrieve pipeline
StorageRecords. - wasm_
plugin - WASM plugin adapter (feature = “wasm-plugins”) WASM plugin adapter