Skip to main content

Integration Overview

DataGen is designed to be a synthetic data producer, not a universal importer.

The cleanest pattern is:

  1. author and generate a DataGen world
  2. export normalized artifacts
  3. translate those artifacts in a bridge or companion adapter
  4. feed the translated data into the downstream consumer

Why this works well

  • it preserves DataGen’s role as a data generator
  • it keeps downstream translation logic close to the downstream system
  • it reduces pressure to turn DataGen plugins into consumer-specific adapters

Where to start