ores.assets
Table of Contents
1. Summary
ores.assets holds the binary and reference assets the platform renders:
SVG images, the tags that classify them, and the associations between the
two. Structured as a composite component with three sub-components; images
arrive either by upload or from the data-quality publish path.
2. Sub-components
| Sub-component | Brief |
|---|---|
| ores.assets.api | Domain types, JSON/table I/O, and NATS protocol schemas for assets. |
| ores.assets.core | Asset persistence and NATS handlers — images, tags, and their associations. |
| ores.assets.service | NATS service entrypoint for the assets domain. |