Files
jgrusewski e4870b17b9 fix: tune log levels across workspace — demote noisy warn to debug/trace
Reduce log noise for non-critical operational paths: connection retries,
expected fallbacks, graceful degradation, and optional feature absence.
Keeps warn/error for genuine failures requiring attention.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-03-14 11:35:15 +01:00
..

data_acquisition_service

Automated Databento data downloading, validation, and S3 upload for HFT trading.

Key Types

  • DataAcquisitionServiceImpl -- main gRPC service
  • Downloader -- Databento API client
  • Uploader -- S3 artifact upload
  • Validator -- data quality checks

Configuration

  • DATABENTO_API_KEY -- Databento API credentials
  • S3_BUCKET -- target storage bucket