IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changes between Version 2 and Version 3 of pstamp_data_store


Ignore:
Timestamp:
Sep 10, 2009, 4:40:30 PM (17 years ago)
Author:
bills
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • pstamp_data_store

    v2 v3  
    99
    1010A data store is divided into 3 levels.
    11 The root has a set of ''products''. [http://] Each product contains filesets.
    12 Each fileset is a list of files.
     11The root has a set of ''products''. A product contains filesets.
     12Each fileset is a set of related files. In the postage stamp server context the filesets are sets of postage stamp request files and the results of the request processing.
     13
     14The header of each postage stamp request file has a keyword REQ_NAME which gives the name of the request. This value must be globally unique. The postage stamp server puts the results of postage stamp processing the request file into a fileset with that name.
    1315
    1416
    15 The page [http://ps1sc.ifa.hawaii.edu/PS1wiki/index.php/DataStoreExamples#Data_Store_Examples] on the PS1SC wiki
    16 has links to some Data Store examples.
     17The password protected page [http://ps1sc.ifa.hawaii.edu/PS1wiki/index.php/DataStoreExamples#Data_Store_Examples]
     18on the PS1SC wiki has links to some Data Store examples.
    1719
     20The IPP's Data Store implementation is based on the apache web server, some simple cgi scripts, and mysql tables.
     21Alternate implementations may be easily created.
     22
     23The most significant feature is the 'last fileset' query string.
     24