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

Compare with Current View Page History

« Previous Version 6 Next »

The root page System Design could not be found in space Chronopolis System Documentation.

The Chronopolis project has two sets of software which interact with each other in order to provide bit level preservation. The first is a set of services which distribute data throughout the Chronopolis Network, which are Intake, Ingest, and Replication. The second is the Audit Control Environment (ACE) which continually audits data in Chronopolis to ensure the integrity of both the checksums and files which we keep track of.

In addition to the software used for distributing data through the network, there are additional services for tertiary tasks:

  • Repair - automates the workflow for correcting file errors within the Chronopolis Network
  • Restore - automates the workflow for returning data back to a Depositor

Services

Packaging

Data in Chronopolis is packaged using the BagIt specification.

Glossary

Depositor
An institution, person, or conglomerate which is a part of Chronopolis and has data to be stored for bit-level preservation

Ingest
The second distribution service layer which acts as a registry of content and manages where data is distributed in Chronopolis. The process of registering the contents of a bag with the Ingest database, and creating ACE tokens for each file in the bag.

Intake
The first distribution service layer which brings external data into Chronopolis. The process of transferring a bag to a filesystem directory where an Ingest service can process it.

  • Intake can be handled either by a service or can be performed manually.
  • Intake also includes notifying the Ingest service about the new bag and its location.
  • Intake may also include creating a bag from a set of files, but this step can also be performed manually in advance.

  • Intake is NOT synonymous with the term "Staging". 

Node
An organization which is part of the Chronopolis Network and stores data for Depositors

Preservation Storage
A filesystem which is used for holding data long term; is continually checked for bit rot

Repair
A service which takes actions to correct any data which has become corrupt at a Chronopolis Node

Replication
The final distribution service layer which transfers data from a staging area into a Preservation storage filesystem

Restore
The action of returning data to a Depositor

Staging Storage
A filesystem which can be used for transient data; not guaranteed to have bit-level preservation

  • No labels