Changes between Version 2 and Version 3 of Onyx Export and Purge
- Timestamp:
- 12/03/10 15:45:01 (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Onyx Export and Purge
v2 v3 11 11 === Overview === 12 12 13 Exporting datafrom Onyx means reading data from the Onyx database and writing it to one or more export destinations. Exporting does not delete any data from the Onyx database. Deleting data from the database is done by the purge function. An export destination is a compressed zip file. Participant data and experimental conditions data can be exported. Configuration of data export is done entirely in configuration files, not through the Onyx user interface. Some things that can be configured:13 '''Exporting data''' from Onyx means reading data from the Onyx database and writing it to one or more export destinations. Exporting does not delete any data from the Onyx database. Deleting data from the database is done by the purge function. An export destination is a compressed zip file. Participant data and experimental conditions data can be exported. Configuration of data export is done entirely in configuration files, not through the Onyx user interface. Some things that can be configured: 14 14 * Which data is selected for export 15 15 * Directory to which export files are written … … 17 17 18 18 NB: Only system administrators can execute a data export from the Onyx user interface. My understanding is that this means an export is triggered from the user interface. 19 20 '''Purging data''' means deleting data from the Onyx database. Only participant data can be purged — not experimental conditions data. 21 Configuration of data purging is done entirely in configuration files, not through the Onyx user interface. As per data export, only a system administrator can execute a purge of data by a function from within the user interface. 22