better pivots

This commit is contained in:
Dobromir Popov
2025-10-21 11:45:57 +03:00
parent a8ea9b24c0
commit 68b91f37bd
7 changed files with 1318 additions and 26 deletions

View File

@@ -217,22 +217,30 @@
- [ ]* 7.5 Write integration tests for migration
- Test Parquet file discovery and parsing
- Test data migration with sample files
- Test verification logic
- Test rollback on failure
- _Requirements: 8.1, 8.2, 8.3, 8.4_
- [ ] 8. Integrate with existing DataProvider
- [x] 8. Integrate with existing DataProvider
- [ ] 8.1 Update DataProvider class to use UnifiedDataProvider
- Replace existing data retrieval methods with unified API calls
- Update get_data() method to use get_inference_data()
- Update multi-timeframe methods to use get_multi_timeframe_data()
- Maintain backward compatibility with existing interfaces
- _Requirements: 1.1, 1.2, 1.3, 8.6_
- [ ] 8.2 Update real-time data flow
- Connect WebSocket data to DataIngestionPipeline
- Update tick aggregator to write to cache and database
- Update COB integration to use new ingestion methods
- Ensure no data loss during transition
- _Requirements: 2.1, 2.2, 5.1, 5.3, 8.6_