HTTP Out

LDIO Component Name: Ldio:HttpOut see reference guide
Apache Nifi Component Name: InvokeHTTP see Apache Nifi reference guide


The LDIO HTTP Out is a basic Http Client that will send the given Linked Data model to a target url. This pipeline component is responsible for sending harvested LDES members to an external destination (url) using the HTTP (Hypertext Transfer Protocol). HTTP is the foundational protocol used for transmitting data over the internet, primarily used for loading web pages in a browser, but it’s also widely utilized in various other types of network communication.

graph LR
    LDES --> C[Client]
    C --> H[LDIO HTTP out]
    H --> S[url]

    subgraph Publishing Pipeline
    C
    H
    end