Staging Hydrator
Configuration
Example configuration in a processor:
{
"name" : "Staging Hydrator",
"active" : true,
"type" : "staging-hydrator",
"servers": [
{
"host": "localhost",
"port": 8080
}
],
"bucket": "myBucket",
"multiDocumentPath": "path",
"idField": "customID"
}
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.
idField
(Optional, String) Name of the record field that contains the ID to be used when hydrating. Default is record's ID.
©2024 Pureinsights Technology Corporation