Hi @adobegm ,
1. Edge Network Batch Endpoint:
- Endpoint: edge.adobedc.net or server.adobedc.net (the Server API supports marking datastreams to accept only authenticated communication via the API, refer to Adobe developer console for this)
- Use Case: Suitable for batch data ingestion (Large infrequent data uploads), allowing large volumes of data to be uploaded in bulk for later processing.
2. Streaming Endpoint:
- Endpoint: Varies (HTTP API etc.) -
- Create a Streaming Connection: Set up a streaming connection in AEP using the appropriate connectors (e.g., HTTP API, Kafka, etc.).
- Configure Destination: Define the destination where the streamed data will be sent (e.g., another system, data lake, or AEP service).
- Obtain Endpoint: Once the connection and destination are configured, you'll receive a unique streaming endpoint URL. This URL will be specific to your AEP environment and the configured connection.
- Use Case: Ideal for real-time data ingestion, enabling instantaneous data collection and processing.
For further details, you can refer to the official Adobe Edge Network Server API documentation
https://experienceleague.adobe.com/en/docs/platform-learn/tutorials/sources/streaming-ingestion-http-api