Stroom Proxy Installation
How to install Stroom-Proxy.
Stroom-Proxy’s primary role is to act as a front door for data being sent to Stroom. Data can be sent to Stroom-Proxy in small chunks and it will aggregate the data into larger chunks (grouped by Feed and Stream Type ) so that Stroom doesn’t have to process lots of small Streams . It also provides a separation between the client and Stroom, so Stroom can be taken offline while data is still being accepted by Stroom-Proxy.
See Architecture for an example of how Stroom-Proxy is typically deployed.
Stroom-Proxy presents an identical HTTP POST /datafeed
API
to Stroom, so clients can send the same data in the same way to either Stroom or Stroom-Proxy.
For more detail on sending data into Stroom-Proxy, see Sending Data.
It also presents a number of other APIs for administration and communication with other proxies. For more detail on Stroom-Proxy’s other APIs, see Proxy API.
Stroom-Proxy has a number of key functions:
For a more detailed explanation of each function, see Proxy Functions.
How to install Stroom-Proxy.
How Stroom Proxy is configured.
The key functions and capabilities of Stroom-Proxy.
Details of the various APIs presented by Stroom-Proxy.
A unique identifier that is assigned to each item of data received by Stroom-Proxy.
An overview of the architecture of Stroom-Proxy.