Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 28 Next »

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.

  • No labels