ores.marketdata.service
Table of Contents
Summary
ores.marketdata.service is the NATS service entrypoint for the market-data
domain. It opens database and NATS connections, registers handlers from
ores.marketdata.core, and runs the event loop.
Inputs
- Configuration file: NATS server URL, PostgreSQL connection string.
- NATS request messages for market-data operations.
Outputs
- A running NATS service for market-data operations.
Entry points
src/main.cpp,src/app/,src/config/.
Dependencies
ores.marketdata.core,ores.marketdata.api,ores.logging,nats.c.
See also
- ores.marketdata.core — all market-data business logic.
