feat: Update API examples and add migration script

Updates:
- api_examples.sh: Updated API usage examples
- requirements.txt: Updated dependencies

New:
- migrate_historical_data.py: Script for historical data migration

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
Adrian Flores Cortes 2026-01-30 12:24:57 -06:00
parent 34fcea2cc5
commit 96e80a64f5
2 changed files with 1084 additions and 0 deletions

View File

@ -18,6 +18,7 @@ websockets>=12.0
# Database
# =============================================================================
asyncpg>=0.29.0
psycopg2-binary>=2.9.9 # Sync PostgreSQL driver for migrations
# =============================================================================
# Data Processing
@ -41,6 +42,11 @@ python-dotenv>=1.0.0
# =============================================================================
structlog>=23.2.0
# =============================================================================
# CLI & Progress
# =============================================================================
tqdm>=4.66.0 # Progress bars for migrations
# =============================================================================
# Scheduling
# =============================================================================

File diff suppressed because it is too large Load Diff