Skip to main content Link Menu Expand (external link) Document Search Copy Copied

IT Infrastructure Best Practices

Table of contents

Overview

Infrastructure is the one of the most fundamental core parts in the digitisation processes. It is the hardware and services that the digitisation processes are built on and it requires careful planning. Therefore, good practice should be followed in setting up the digitisation infrastructure. The infrastructure will include the local digitisation station, remote servers, CMS system and data backup system.

Recommendations

Infrastructure Components (Infra1)

Click here to expand: This best practice describes the types of storage recommended for digitisation projects.

Level: Basic

Use Case: As a digitisation manager I want no significant data loss occur and have a reliable system so that the digitisation process is not delayed.

Recommendation:

  • Local storage is at the digitation site and is what the digitation line/other hardware connects to. It is typically stored on a local computer (not server based).
  • Staging area to which raw digitised material is transferred from the local machine for processing. This is NOT meant to store data for longer periods of time. It is server based.
  • Image archive to which large original image files are stored and can be cloud or server based.
  • Publishing platform file storage/image server is where ready material are transferred so that it is accessible from the web. It can be cloud or server based.
  • CMS/data repository (relational or other database) is where specimen data, image metadata etc. is stored. It can be cloud or server based.
  • Backup storage is where resources from the image archive and publishing platform are periodically backed up. This is cloud or server based.
  • Long-term archive to which all data is eventually replicated to be stored "forever". (This is a 'state of the art' recommendation, rather than a basic requirement)
Image shows how each component connects
Discussion
  • Local storage: Data is not meant to stay for a long time at the local digitisation station. It should be moved daily or at least weekly forward so that loss of the data stored in these stations does not incur significant loss. Setting up the environment again may take a long time and mean delays in the digitisation process. STATE-OF-ART option: Docker (or other container environment or VirtualBox) based environment is recommended so that it is quickly set up on any new local computer. The idea of containerising the environment is that all required software is installed in the container, and the user just needs to run the container instead of starting with a long list of software to install and configure. This however may not always be possible because of software licences etc.
  • Staging area: Extract, transform and load (ETL) procedures may require computing power which is best done on server / computing clusters rather than on the local machine; procedures are automated and software driven so ease of deploying new versions is a benefit. A State-of-art environment would for example be a Kubernetes container cluster to which different ETL process steps are deployed as individual services/pods and co-operate to provide the ETL procedure. A test environment exists where software is tested before being put to production.
  • Image archives:should be cloud based to prevent data loss. Hard disk failures are common, which can be alleviated by running a RAID disk server. However, we do not recommend institutions run their own disk servers or any other servers, as cloud based services are more cost efficient, professionally managed and data loss is almost impossible (except for human error - so backups are still needed). It is a good idea to separate the live-publishing server data storage (containing smaller JPGs etc) and the original raw data (TIFF etc). This allows for example to use a faster disk for publishing. Furthermore, as data in image archives is not needed often, it does not need to be accessible from the internet. It can be for example an object storage database instead of a conventional file system. In case of very large datasets, it may be the case that the image archive needs to be a tape based solution, and the images are fetched from tape and copied to another environment on need basis.
  • Publishing platform file storage: Uptime and performance are important here as it is the prevention of data loss (which causes downtime). We recommend a cloud based service for those above-mentioned reasons.
  • CMS/data repository: Data loss in your CMS database would be catastrophic. It needs to be professionally administered and backed up. Cloud based solutions are a must. Databases contain text and do not typically take much space. Regular backups should be done in professional manners.
  • Backup storage: Even if the original data is located on cloud based servers, data loss can occur as a result of human error. It is problematic to find another large enough place to put your biggest data: finding a suitable place for the image archive can be difficult and for backup there would be a second location, as having data twice on the same service doesn't quite fit the need. If no other solution can be found, image archive and backup storage can reside in the same service, which at least helps in case of human-made accidental deletion.
  • Long-term archive (LTA): this would be the third place your data resides. It doesn't always fulfil the function of backup storage, as data is stored to LTA in formats that are designed to be ever-lasting and may be somehow modified as a result. It might not be easy to recover data from LTA as getting lots of data out from LTA is not typically what they are designed for. LTA is almost impossible to implement by your own institution, so you should seek research infrastructures that can provide the service for you. We have marked LTA to be "STATE-OF-ART" (very demanding) and is not something you should try to set up first.

Implementation Example:

Finnish Museum of Natural History (Luomus)

  • Local storage: Helsinki University IT centre provides local workstations, administrates security, network, user accounts etc
  • Staging area: Finnish IT Centre for Science (CSC) provides virtual servers (cPouta; OpenStack based)
  • Image archive: CSC research data storage service (IDA) - for even larger 3d scans in the future CSC object storage (Allas) providing space in petabytes and not based on conventional file system
  • Publishing platform file storage: CSC virtual server mounted disk (cPouta; OpenStack based)
  • CMS/data repository: Helsinki University IT centre provided Oracle database (running on their OpenStack based virtual server environment)
  • Backup storage: For publishing platform images: Helsinki University provided disk; for Image archive: none so far
  • Long-term archive: Not yet implemented; will be at CSC provided national service (Digital Preservation Service (DPS))

Local Storage: Hard Drives (Infra2)

Click here to expand: This best practice describes the storage recommendation for the local computer/machine used at the digitisation workstation.

Level: Basic

Use Case: As a digitation manager I want no significant data loss to occur and have a reliable system so that the digitisation process is not delayed

Recommendation:

Use traditional hard disks instead of SSD disks on local storage of the digitisation stations.

Discussion

On digitation stations, the access to the storage is usually quite high especially for the high-throughput mass digitisation. High volumes of data are frequently written to the disk from the imaging devices, read to transfer the data to the staging area, and then deleted. SSD disks have a limited number of reads they can do and are more expensive when compared to the traditional hard disks.

Implementation Example:

Finnish Museum of Natural History (Luomus)

Local storage: Traditional hard disks are used at the digitisation stations of the mass digitisation systems.

Cloud-Based Storage (Infra3)

Click here to expand: This best practice recommends the use of automated, periodical backups to cloud based backup storage.

Level: Basic

Use Case: As a digitation manager I want no significant data loss to occur and have a reliable system so that the digitisation process is not delayed

Recommendation:

Implement automated, periodical backup to cloud based backup storage.

Discussion

A second data storage for data backup is necessary to prevent potential human errors and system hardware failures. With the development of digitisation techniques, the size of individual images is getting bigger and the number of output is also increasing considerably. However, the staging area usually has limited storage. Transfer the original RAW/TIFF images and 3D scans to the backup storage and only keep compressed or low resolution versions of images if needed. There are regional, national, and also commercial services available. When choosing the service, you need to consider several factors, such as the data privacy and the location of the storage.

Implementation Example:

Finnish Museum of Natural History (Luomus)

Images and their metadata are backed up at CSC research data storage service (IDA). For larger 3D scan data, CSC object storage (Allas) is planned to use. Specimen data is stored in Oracle database which is backed up by Helsinki University IT centre.

Local Storage: Hard Drives (Infra4)

Click here to expand: This state of the art best practice describes implementing a data archive for long-term data preservation.

Level: STATE-OF-ART

Use Case: As a digitation manager I want no significant data loss to occur and have a reliable system so that digitisation process is not delayed

Recommendation:

Implement the data archive for long-term data preservation.

Discussion

Long-term archives are used for preserving the data for a very long time. There are requirements on the data types and also the metadata formats. It is usually stored offline and may not be suitable for quick data recovery. LTA is almost impossible to implement by your own institution, so you should seek research infrastructures that can provide the service for you.

Implementation Example:

Finnish Museum of Natural History (Luomus)

It is planned to use national service from CSC (Digital Preservation Service(DPS))

Authors

Zhengzhe Wu and Esko Piirainen
Finnish Museum of Natural History (Luomus)

Contributors

Lisa French, Laurence Livermore

References

Citation

References

Licence

Document Control

Version:
Changes since last version: N/A
Last Updated: 17 June 2022

Edit This Page

You can suggest changes to this page on our GitHub