dcx Processor

A dcx processor uploads the content items referenced by the events it receives to DC-X. A dcx processor has the following properties:

  - type: dcx
    cache:
      max_size:
    cue_web:
      info:
        view:
          label: View
          link_text: Browse
        edit:
          label: Edit
          link_text: Open in CUE
    upload:

If you are using CUE Zipline to upload both binary assets and stories/storylines to DC-X, then you need to define two separate processors, one to handle the binary assets and one to handle the stories/storylines, since the configuration requirements are different in each case.

type must be set to dcx. The other entries are:

cache (optional)

May optionally be used to specify cache settings. Currently the only setting available is:

max-size (optional, default: 10000)

The maximum number of elements the upload cache may hold.

cue_web (required)

Must contain the CUE editor's endpoint URL.

upload (required)

See upload.