|
ORE Studio 0.0.4
|
Service for generating coherent synthetic data catalogs. More...
#include <catalog_generator_service.hpp>

Public Member Functions | |
| domain::synthetic_catalog | generate (const domain::generation_options &options) |
| Generates a complete synthetic data catalog. | |
| domain::synthetic_catalog | generate () |
| Generates a synthetic catalog with default options. | |
Service for generating coherent synthetic data catalogs.
This is the main entry point for the ores.synthetic library. It creates complete synthetic data catalogs with proper relationships between entities. All generated data is consistent, high-quality, and can be used together for testing purposes.
Key features:
Example usage:
| domain::synthetic_catalog generate | ( | const domain::generation_options & | options | ) |
Generates a complete synthetic data catalog.
Creates a coherent catalog where all entities reference each other properly. Datasets reference existing catalogs, domains, dimensions, and methodologies. All recorded_by fields reference existing accounts.
| options | Configuration for the generation process. |
| domain::synthetic_catalog generate | ( | ) |
Generates a synthetic catalog with default options.
Uses sensible defaults for all entity counts:
