Home
CoAuthors Documentation
CoAuthors is the DBLP co-authorship frontend. It focuses on user interaction, query orchestration, and runtime observability.
What CoAuthors Handles¶
- UI rendering for co-authorship search
- Input normalization and request packaging
- Runtime cache read/write and query telemetry
- Backend integration with
DblpService
Runtime Characteristics¶
- Service entry:
GET / - Local runtime APIs:
GET /api/runtime/statsPOST /api/runtime/cache/getPOST /api/runtime/cache/putPOST /api/runtime/query/event- Runtime storage: SQLite (
runtime.sqlite) - Cache behavior: payload-keyed persistence in
query_cache
Integration Topology¶
- Frontend endpoint:
http://localhost:8090 - Backend target via
API_BASE_URL(defaulthttp://localhost:8091) - DBLP build/query lifecycle is served by
DblpService
Recommended Reader Path¶
Audience¶
- Engineers deploying a standalone co-author lookup frontend
- Teams integrating UI workflows with DBLP backend services
- Maintainers tracking runtime cache and telemetry behavior