Overview
Data Relay Control sits in the data path. It does not only configure other relays: the current runtime fetches or receives events, transforms them, evaluates controls, delivers them, and advances checkpoints after the required delivery outcome. The core entities are:Primary operator workflow
- Create or install an integration/Connector.
- Configure credentials and source access.
- Create a Stream.
- Collect a sample and confirm the record structure.
- Select one or more Destinations.
- Configure Route Processing where destinations need different handling.
- Deploy.
- Monitor Dashboard, Streams, runtime evidence, and governance surfaces.
Source types proven in the current product line
The repository documents and implements HTTP API polling and webhook receiver sources. A PostgreSQL runtime path is also implemented for database-query sources. Additional adapters may exist, but this site only promotes paths that can be proven from the audited source.Product naming
Public documentation uses Data Relay Control consistently. Some technical identifiers in the source still usegdc, such as the repository name, environment-variable prefixes, Docker object names, and database defaults. Those identifiers are preserved where changing them would make commands inaccurate.