ores.compute.service
Table of Contents
Summary
ores.compute.service is the NATS service entrypoint for the compute
orchestrator. It opens database and NATS connections, registers all message
handlers from ores.compute.core, and runs the event loop.
Inputs
- Configuration file: NATS server URL, PostgreSQL connection string.
- NATS messages from workers and Qt clients.
Outputs
- A running NATS service for compute orchestration.
Entry points
src/main.cpp,src/app/,src/config/.
Dependencies
ores.compute.core,ores.compute.api,ores.logging,nats.c.
See also
- ores.compute — component group overview.
- ores.compute.core — all orchestration logic.
