- Created data/examples/download_ml_training_data.rs using reqwest + Databento HTTP API - Downloaded 90 days × 4 symbols (ES.FUT, NQ.FUT, ZN.FUT, 6E.FUT) - Files saved to test_data/real/databento/ml_training/ - Total: 360 files, 15 MB compressed DBN format - Used existing Rust pattern from download_nq_fut.rs - API key loaded from .env file - 100% success rate (360/360 files) - Ready for ML training benchmarks Next: Create simplified training benchmark for RTX 3050 Ti GPU measurements
7 lines
159 B
Rust
7 lines
159 B
Rust
//! Common test utilities and helpers
|
|
//!
|
|
//! This module provides shared functionality for trading service tests.
|
|
|
|
pub mod auth_helpers;
|
|
pub mod dbn_helpers;
|