ores.marketdata.service
Table of Contents
2. 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.
3. Inputs
- Configuration file: NATS server URL, PostgreSQL connection string.
- NATS request messages for market-data operations.
4. Outputs
- A running NATS service for market-data operations.
5. Entry points
src/main.cpp,src/app/,src/config/.
6. Dependencies
ores.marketdata.core,ores.marketdata.api,ores.logging,nats.c.
7. See also
- ores.marketdata.core — all market-data business logic.
