Skip to content

Commit

Permalink
Update data-transfer-types.md
Browse files Browse the repository at this point in the history
  • Loading branch information
tmberthold authored Nov 22, 2024
1 parent 5bc054a commit e4bd5bc
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions docs/getting-started/documentation/data-transfer-types.md
Original file line number Diff line number Diff line change
Expand Up @@ -65,3 +65,7 @@ The `AmazonS3-Push` transfer type allows the provider to upload data directly to
| **AmazonS3-Push** | Provides S3 bucket details and credentials | Uploads data to consumer's S3 bucket | Asynchronous | Large-scale data transfers |

The choice of transfer type depends on factors like real-time requirements, control over data flow, and system architecture.

## **Understanding Data-Source and Data-Sink types**

When working with transfer types, it’s important not to confuse transfer types with data-source and data-sink types. For example, `HttpData` refers to REST APIs typically used as data-sources or data-sinks for transfer types like `HttpData-Push`, while `AmazonS3` is the typical data-sink type for the `AmazonS3-Push` transfer type. Other data-source and data-sink types may also apply depending on the scenario. If you have any questions or need clarification, please don’t hesitate to contact us.

0 comments on commit e4bd5bc

Please sign in to comment.