Operations
Deployment Patterns
- Standalone: CoAuthors + bundled
DblpService
- Shared backend: multiple frontends against one DblpService
Upgrade Steps
- Upgrade DblpService and verify
/api/health
- Upgrade CoAuthors frontend
- Validate query flow, cache writes, and telemetry
Backup Guidance
- Back up
runtime.sqlite regularly
- Treat runtime DB as cache/telemetry storage, not source-of-truth business data
Monitoring Checklist
- Frontend availability (
GET /)
- Backend connectivity (
GET /api/health)
- Query error rate (
query_events where success=0)