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

Compare with Current View Page History

« Previous Version 2 Current »

The Depositor resource is a representation of an organization which deposits data into the Chronopolis System.

Description

Depositor

FieldTypeDescription
idLongThe id of the Depositor in the database
namespaceStringThe namespace of a Depositor used as a unique identifier
sourceOrganzationStringThe fully qualified name of the Depositor's organization
organizationAddressStringThe address of the Depositor's organization
replicatingNodesSet<String>The Chronopolis Nodes which will receive Replications for the Depositor
contactsSet<DepositorContact>All the DepositorContacts
createdAtZonedDateTimeWhen the Depositor was created
updatedAtZonedDateTimeWhen the Depositor was last updated

DepositorContact

FieldTypeDescription
nameStringThe name of the Contact
emailStringThe email for the Contact; this uniquely identifies a Contact for a given Depositor
phoneNumberStringThe phone number for a Contact; this must be a valid E.123 number

Ingest Usage

Within the Ingest Server, the Depositor is primary used for storing who a Bag belongs to as well as where a Bag should go. Replications for a given Bag ingested for a Depositor will go to each node in its replicatingNodes field. A Depositor MUST exist before a Bag can be ingested for them.

  • No labels