Deleted files. Updated gitignore

This commit is contained in:
Eric Gullickson
2025-12-18 08:41:53 -06:00
parent 2105919d26
commit 07275ec549
12 changed files with 9 additions and 12 deletions

View File

@@ -36,6 +36,6 @@ Step 1: Fetch Data from VehAPI
# Full ETL workflow
./reset_database.sh # Clear old data
python3 vehapi_fetch_snapshot.py # Fetch from API
python3 etl_generate_sql.py # Generate SQL
python3 etl_generate_sql.py --snapshot-path snapshots/<date> # Generate SQL
./import_data.sh # Import to Postgres
docker compose exec mvp-redis redis-cli FLUSHALL # Flush Redis Cache for front end