You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/dataflows/bfi-na.md
+10-7Lines changed: 10 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -26,7 +26,7 @@ A (emailed): Not intentional, just reflecting what I'd thought about, and my foc
26
26
27
27
Note focus on acquisition of born digital material, digitisation is not covered in detail. This covers A/V and images, not documents, which are not currently preserved actively
28
28
29
-
## Digital Preservation Infrastructure (DPI) Dataflow
29
+
## Ingest & Preservation
30
30
31
31
The following dataflow diagram summarises the flow of data into the BFI National Archive's Digital Preservation Infrastructure (DPI). This bitstream preservation dataflow is shared across all content streams.
32
32
@@ -197,23 +197,22 @@ end
197
197
```
198
198
199
199
200
-
At the end of the ingest process, there are immediately accessible 'access copies' (DIPs) and the 'preservation copies' (AIPs) are stored on multiple tapes. The Collections Information Database (CID) contains all metadata needed for management and discovery of content, along with the appropriate identifier for the information packages that contain the digital assets. The CID remains the master metadata store, and this metadata is preserved independently of the DPI.
200
+
At the end of the ingest process, there are immediately accessible 'access copies' (DIPs) and the 'preservation copies' (AIPs) are stored on multiple tapes. The Collections Information Database (CID) contains all metadata needed for management and discovery of content, along with the appropriate identifier for the information packages that contain the digital assets. CID remains the master metadata store, and this metadata is preserved independently of DPI (unique identifier is the join key).
201
201
202
202
The code for the core `autoingest job` and related workflows is here: [bfidatadigipres/BFI_scripts](https://github.com/bfidatadigipres/BFI_scripts).
203
203
204
-
## Access Dataflow
204
+
## Internet Access For Public Users
205
205
206
206
There are two different modes of access. Some content is available over the public web (rights clearance required), while virtually all collection material is discoverable via the collections search and is available on site, by submitting an access request.
207
207
208
-
### Internet Access
209
208
210
209
Public internet access uses the 'access copies':
211
210
212
211
```dataflow
213
212
dataflow 1.0
214
213
title "BFI National Archive Public Access Workflow"
0 commit comments