ckvd-research
CKVD Codebase Research
Research the crypto-kline-vision-data codebase to answer questions about: $ARGUMENTS
Research Focus
Key Areas to Investigate
-
FCP Implementation (
src/ckvd/core/sync/crypto_kline_vision_data.py)- How failover decisions are made
- Cache → Vision → REST priority
-
Provider Implementations (
src/ckvd/core/providers/binance/)- Vision API client
- REST API client
- Cache manager
More from terrylica/crypto-kline-vision-data
ckvd-usage
Fetch market data using CryptoKlineVisionData with Failover Control Protocol (cache → Vision API → REST API). TRIGGERS - fetch market data, use CKVD, access Binance, get klines, OHLCV data, CryptoKlineVisionData API.
22ckvd-testing
Run tests for crypto-kline-vision-data with proper markers and coverage. TRIGGERS - write tests, run tests, pytest, test coverage, unit tests, integration tests, mocking patterns.
13ckvd-fcp-monitor
Monitor and diagnose FCP (Failover Control Protocol) behavior, cache health, and data source performance. TRIGGERS - FCP issues, cache problems, slow data, Vision API errors, REST fallback, data source debugging.
12