Operations¶
Capacity Planning¶
- Initial pipeline build can be long-running and disk-heavy
- Mount
DATA_DIRto persistent storage
Production Guidance¶
- Expose only required APIs and Bootstrap UI
- Put reverse proxy and access controls in front
- Schedule periodic rebuilds to refresh DBLP data
Upgrade Procedure¶
- Back up
dblp.sqlite - Upgrade service image
- Rebuild/verify
/api/healthand/api/stats - Switch frontend traffic after validation