ores.compute.service

Table of Contents

Diagram

ores.compute.service component diagram

Figure 1: ores.compute.service

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

Emacs 29.1 (Org mode 9.6.6)