candle-annotator/scripts
Marko Djordjevic bfe437857b feat: add Python migration script and successfully test SQLite to PostgreSQL data migration
- 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
2026-02-17 14:01:21 +01:00
..
import_talib_annotations.ts fix(scripts): add created_at timestamps to annotation import 2026-02-15 19:36:55 +01:00
list_charts.ts fix(ml): add CCI to hlc_indicators list 2026-02-15 21:08:20 +01:00
load-initial-data.js fix: resolve database migration failures and startup ordering 2026-02-16 19:59:47 +01:00
migrate-sqlite-to-postgres.py feat: add Python migration script and successfully test SQLite to PostgreSQL data migration 2026-02-17 14:01:21 +01:00
migrate-sqlite-to-postgres.ts feat: add Python migration script and successfully test SQLite to PostgreSQL data migration 2026-02-17 14:01:21 +01:00
run-migrations.js fix: resolve database migration failures and startup ordering 2026-02-16 19:59:47 +01:00
seed-span-labels.ts feat: add database schema, migrations, and API endpoints for span annotations 2026-02-14 05:56:28 +01:00
startup.sh fix: resolve database migration failures and startup ordering 2026-02-16 19:59:47 +01:00