This website requires JavaScript.
Explore
Help
Sign in
viktor
/
infra
Watch
1
Star
0
Fork
You've already forked infra
0
Code
Issues
Pull requests
Projects
Releases
Packages
Wiki
Activity
Actions
1
62d42657e6
infra
/
stacks
/
f1-stream
/
files
/
backend
/
requirements.txt
6 lines
90 B
Text
Raw
Normal View
History
Unescape
Escape
[ci skip] f1-stream: replace Go service with Python/FastAPI skeleton Replaces the existing Go-based f1-stream service with a new Python/FastAPI backend as the foundation for the rebuilt F1 streaming aggregation service. - New FastAPI backend with health and root endpoints - Python 3.13 slim Dockerfile (replaces Go multi-stage build) - Updated Terraform deployment (port 8000, reduced resources) - Buildx-based redeploy.sh with --platform linux/amd64 - Added Woodpecker CI pipeline for automated builds - Removed all old Go source, node_modules, static assets
2026-02-23 22:47:06 +00:00
fastapi==0.115.0
uvicorn[standard]
[ci skip] f1-stream: add F1 schedule subsystem (Phase 2) - Fetch 2026 F1 race calendar from jolpica API with all sessions (FP1-3, Qualifying, Sprint, Race) and UTC timestamps - Persist schedule to NFS as JSON, load on startup if fresh - APScheduler daily refresh at 03:00 UTC - GET /schedule endpoint with live/upcoming/past session status - POST /schedule/refresh for manual refresh trigger
2026-02-23 22:55:13 +00:00
httpx>=0.27.0
apscheduler>=3.10.0,<4.0
f1-stream: add pydantic dependency and trigger CI build
2026-02-24 00:00:02 +00:00
pydantic>=2.0.0
Reference in a new issue
Copy permalink