/
Staging Hydrator
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.
, multiple selections available,
Related content
Staging Connector
Staging Connector
More like this
Staging Repository REST Client
Staging Repository REST Client
Read with this
Elasticsearch Hydrator
Elasticsearch Hydrator
More like this
Staging Repository REST API
Staging Repository REST API
Read with this
OpenSearch Hydrator
OpenSearch Hydrator
More like this
MongoDB Hydrator
MongoDB Hydrator
More like this
©2024 Pureinsights Technology Corporation