Changes between Version 2 and Version 3 of pstamp_data_store
- Timestamp:
- Sep 10, 2009, 4:40:30 PM (17 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
pstamp_data_store
v2 v3 9 9 10 10 A 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. 11 The root has a set of ''products''. A product contains filesets. 12 Each 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 14 The 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. 13 15 14 16 15 The pa ge [http://ps1sc.ifa.hawaii.edu/PS1wiki/index.php/DataStoreExamples#Data_Store_Examples] on the PS1SC wiki16 has links to some Data Store examples.17 The password protected page [http://ps1sc.ifa.hawaii.edu/PS1wiki/index.php/DataStoreExamples#Data_Store_Examples] 18 on the PS1SC wiki has links to some Data Store examples. 17 19 20 The IPP's Data Store implementation is based on the apache web server, some simple cgi scripts, and mysql tables. 21 Alternate implementations may be easily created. 22 23 The most significant feature is the 'last fileset' query string. 24
