Create 8 missing READMEs (config, ctrader-openapi, market-data, ml-data, model_loader, risk-data, trading-data, training_uploader). Update 9 existing READMEs to standard template format. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
14 lines
405 B
Markdown
14 lines
405 B
Markdown
# training_uploader
|
|
|
|
K8s sidecar that uploads training artifacts to S3 and reports completion via gRPC.
|
|
|
|
## Usage
|
|
|
|
Deployed as a sidecar container alongside training jobs. Watches for training
|
|
artifacts (checkpoints, metrics) and uploads them to the configured S3 bucket.
|
|
|
|
## Configuration
|
|
|
|
- `S3_BUCKET` — target bucket for artifacts
|
|
- `TRAINING_SERVICE_URL` — gRPC endpoint for completion reporting
|