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:
parent
34fcea2cc5
commit
96e80a64f5
@ -18,6 +18,7 @@ websockets>=12.0
|
|||||||
# Database
|
# Database
|
||||||
# =============================================================================
|
# =============================================================================
|
||||||
asyncpg>=0.29.0
|
asyncpg>=0.29.0
|
||||||
|
psycopg2-binary>=2.9.9 # Sync PostgreSQL driver for migrations
|
||||||
|
|
||||||
# =============================================================================
|
# =============================================================================
|
||||||
# Data Processing
|
# Data Processing
|
||||||
@ -41,6 +42,11 @@ python-dotenv>=1.0.0
|
|||||||
# =============================================================================
|
# =============================================================================
|
||||||
structlog>=23.2.0
|
structlog>=23.2.0
|
||||||
|
|
||||||
|
# =============================================================================
|
||||||
|
# CLI & Progress
|
||||||
|
# =============================================================================
|
||||||
|
tqdm>=4.66.0 # Progress bars for migrations
|
||||||
|
|
||||||
# =============================================================================
|
# =============================================================================
|
||||||
# Scheduling
|
# Scheduling
|
||||||
# =============================================================================
|
# =============================================================================
|
||||||
|
|||||||
1078
scripts/migrate_historical_data.py
Normal file
1078
scripts/migrate_historical_data.py
Normal file
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue
Block a user