Skip to content

Latest commit

 

History

History
12 lines (8 loc) · 645 Bytes

data-transfer-methods.md

File metadata and controls

12 lines (8 loc) · 645 Bytes

Which data transfer methods are supported by the EDC-Connector?

The connector supports three different data transfer modes:

  1. HTTPData: The provider EDC fetches the data from its own backend and pushes it to the consumer's desired data sink.
  2. HTTPProxy: The provider EDC fetches the data and passes it on consumer's data transfer request synchronously back to the consumer.
  3. OutOfBand: The data source transfers the data directly to the data sink. The data is not routed through the connector.

The following diagram illustrates the different transmission modes:

data-transfer-methods.png