Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 3 Current »

Under development

A number of new technologies have appeared which makes it possible to replaced the current archive codebase with standard components.

The current archive functionality can be split into the following 3 areas:

Wayback Access

Current solution

The current solution is to fetch resources through jms messages to the bitarchives.

Pros

  • Read access is handled the same way as write access, and the same model for logging and autherization can be used.
  • Both replicaes can be used for retrieving data (can they).

Disadvantage:

Alternativ

Switch to let Wayback access files directly though mounted RO drives. 

Pros

  • Wouldn't put stress on the message broker or bitarchive infrastructure.
  • Wouldn't put depend on the message broker or bitarchive infrastructure scalability.

Disadvantage:

Massprocessing

Current solution

This is currently implemented through the BatchJob functionality, which has been develop

Pros

  1. Full control of source code

Disadvantage:

  1. All improvements have to be done with NetarchiveSuite ressources.
  2. Somewhat unstable.

Alternativ

The de facto standard platform for massproccessing is Hadoop, which is used at an increasingly number of webarchiving institutions for analysing the stored web data. Both SB and KB have established Hadoop clusteres, which are already used for processing the Netarkivet.dk archive.

Pros

  1. Hadoop is an mature standard processing platform for large datasets.
  2. Comes with a huge set of tools, including Webarchiving tools.
  3. Very robust and scalable.
  4. Enables processing resources and data to be seperated (SB setup)

Disadvantage:

  1. Migration cost

Bitpreservation

Current solution

Pros: 

Cons:

Alternativ

Switch to using a Bitrepository system for the Bitpreservation

Pros

Disadvantage:

  • No labels