Create 3 missing service READMEs (api_gateway, data_acquisition_service, trading_agent_service). Create bin/fxt/README.md. Create testing/service-integration/README.md. Update existing service and testing READMEs to standard template. Delete 4 subdirectory READMEs from testing/integration/ and testing/e2e/. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
16 lines
396 B
Markdown
16 lines
396 B
Markdown
# 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
|