ores.analytics.api
Table of Contents
2. Summary
ores.analytics.api is a header-only library defining the shared contract for
the analytics domain. It provides domain types for pricing-engine types,
pricing-model configurations, and product-parameter mappings, with JSON and
table I/O via rfl, and the NATS protocol schemas consumed by
ores.analytics.core and UI clients.
3. Inputs
- Domain entity type definitions across
domain/headers.
4. Outputs
- C++ headers for all analytics domain types with JSON and table I/O.
- NATS protocol headers for pricing-model management operations.
5. Entry points
include/ores.analytics.api/domain/— all domain entity headers.include/ores.analytics.api/messaging/— NATS protocol message headers.
6. Dependencies
rfl— JSON serialisation via reflection.fort— formatted table rendering.
7. See also
- ores.analytics — component group overview.
- ores.analytics.core — business logic, persistence, and NATS handlers.
