Configuration
Example configuration in a processor:
{
"name" : "Staging Hydrator",
"active" : true,
"type" : "staging-hydrator",
"servers": [
{
"host": "localhost",
"port": 8080
}
],
"bucket": "myBucket",
"multiDocumentPath": "path"
}
Configuration parameters:
servers.host
(Required, String) The host where the instance of the Staging Repository is located.
servers.port
(Required, Integer) The port in which the Staging Repository instance is running.
bucket
(Required, String) The bucket where to hydrate.
multiDocumentPath
(Optional, String) The path in the document that splits it into sub-documents. The value in the document must be an array.