- Created scripts/migrate-sqlite-to-postgres.py as alternative to TypeScript version - Handles all type conversions: timestamps, booleans, and JSONB fields - Successfully migrated all 2,836 rows from SQLite to PostgreSQL - Verified data integrity: all 6 tables migrated correctly - Charts: 1, Candles: 2,592, Annotations: 4, Span annotations: 223 |
||
|---|---|---|
| .. | ||
| .dvc | ||
| app | ||
| candle_ml.egg-info | ||
| config | ||
| features | ||
| migrations | ||
| mlruns | ||
| models | ||
| training | ||
| .dvcignore | ||
| Dockerfile | ||
| generate_talib_annotations.py | ||
| pipeline.py | ||
| pyproject.toml | ||
| talib_annotations.json | ||
| uv.lock | ||