Public APIs

API reference overview

This page routes developers to the package API reference and the most common generation workflows.

Great Generator creates synthetic data. It does not anonymize, mask, de-identify, or transform production records.

Common imports

Most users start with schema generation, DDL parsing, relational generation, or domain generation.

from great_generator import generate_from_schema, parse_ddl, generate_relational
from great_generator import generate_domain, generate_cdc

Full reference

The detailed API reference lives in the repository documentation and should be updated when public APIs change.

Related documentation

Keep exploring