SPADE Registration File Reference

Overview

A registration defines a series of files that should be handled by SPADE and what SPADE should do with them.

Elements in a Registration

The following shows an example registration. In this section, the purpose and restiction of each element will be discussed.

<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<registration>
    <localId>reg</localId>
    <dropBox>
        <location>
            <host>localhost</host>
            <directory>/home/dybspade/dropbox/relay/daq</directory>
        </location>
        <pattern>
            <prefix>daq.Neutrino.</prefix>
            <dataSuffix>.data</dataSuffix>
            <semaphoreSuffix>.xem</semaphoreSuffix>
        </pattern>
    </dropBox>
    <compress/>
    <defaultMetadata>metadata/metadata_relay_daq.Neutrino.xml</defaultMetadata>
    <outboundTransfers>
        <name>GridFTP to IHEP</name>
    </outboundTransfers>
</registration>
    

The rest of this article has yet to be written so this is currently a placeholder.