13
Interoperability and Preservation with the Hub and Spoke (HandS) Matt Cordial, Tom Habing, Bill Ingram, Robert Manaster University of Illinois Urbana-Champaign cordial;thabing;wingram2;[email protected] Repository Interoperability

Interoperability and Preservation with the Hub and Spoke (HandS) Matt Cordial, Tom Habing, Bill Ingram, Robert Manaster University of Illinois Urbana-Champaign

Embed Size (px)

Citation preview

Page 1: Interoperability and Preservation with the Hub and Spoke (HandS) Matt Cordial, Tom Habing, Bill Ingram, Robert Manaster University of Illinois Urbana-Champaign

Interoperability and Preservation with the Hub and

Spoke (HandS)

Matt Cordial, Tom Habing, Bill Ingram, Robert Manaster

University of Illinois Urbana-Champaigncordial;thabing;wingram2;[email protected]

Repository Interoperability

Page 2: Interoperability and Preservation with the Hub and Spoke (HandS) Matt Cordial, Tom Habing, Bill Ingram, Robert Manaster University of Illinois Urbana-Champaign

• Interoperability is useful in its own right, but it is also important for preservation

– Out-of-the-box repository interoperability is low

– Institutions commonly rely on multiple repositories

– Repository support for emerging preservation standards is low

– Repositories change over time

Key Ideas

Page 3: Interoperability and Preservation with the Hub and Spoke (HandS) Matt Cordial, Tom Habing, Bill Ingram, Robert Manaster University of Illinois Urbana-Champaign
Page 4: Interoperability and Preservation with the Hub and Spoke (HandS) Matt Cordial, Tom Habing, Bill Ingram, Robert Manaster University of Illinois Urbana-Champaign

The Essentials

• Extensible METS profile• Repository specific processing and

transformation utilities• Java API for local integration and

extensibility– Apache XML Beans

• Dissemination/Submission Web-service– RESTful

Page 5: Interoperability and Preservation with the Hub and Spoke (HandS) Matt Cordial, Tom Habing, Bill Ingram, Robert Manaster University of Illinois Urbana-Champaign
Page 6: Interoperability and Preservation with the Hub and Spoke (HandS) Matt Cordial, Tom Habing, Bill Ingram, Robert Manaster University of Illinois Urbana-Champaign

• Non-prescriptive in regards to structure or file formats

• Intended to overlay other profiles which specify case-specific needs (i.e. web captures)

• PREMIS • MODS

– Must conform to the DLF Aquifer profile • File-format specific technical

metadata – MIX, VIDEOMD, AUDIOMD, others as

appropriate

METS Profiles

Page 7: Interoperability and Preservation with the Hub and Spoke (HandS) Matt Cordial, Tom Habing, Bill Ingram, Robert Manaster University of Illinois Urbana-Champaign

Master METS + Snapshots

Page 8: Interoperability and Preservation with the Hub and Spoke (HandS) Matt Cordial, Tom Habing, Bill Ingram, Robert Manaster University of Illinois Urbana-Champaign

• Packages usable by a repository’s native ingestion routines

• REST Web-Service – Client integrated into processing workflow– DSpace, EPrints, and others in the next

year– Specification and API to create service for

other repository systems

• Similar to SWORD (Simple Web-service Offering Repository Deposit)

LRCRUD

Page 9: Interoperability and Preservation with the Hub and Spoke (HandS) Matt Cordial, Tom Habing, Bill Ingram, Robert Manaster University of Illinois Urbana-Champaign

Data

DSpace native requestfor handle 2135.89342

GET /dspace-lrcrud/2135.89342 HTTP/1.1

Item + metadata

Zip File

4

2

1

3

LRCRUD Client

LRCRUD Service

Repository Server

1) Client submits a GET request to LRCRUD service for a specific item

2) Service calls the native DSpace dissemination routine

3) Service receives the output from the dissemination, creates a header file, and adds both the header file and the disseminated content to a zip-file

4) Service returns a zip-file containing the package to the client

Page 10: Interoperability and Preservation with the Hub and Spoke (HandS) Matt Cordial, Tom Habing, Bill Ingram, Robert Manaster University of Illinois Urbana-Champaign

PUT Fedora IDHTTP/1.1

Zip File

Item + metadata

HTTP Status 204

Confirmation

POST /fedora-lrcrud/

HTTP/1.1

HTTP Status 201 Location header w/

Fedora ID

Request creation of stub recordFedora ID

1

2

3

4

8

7

6

5

Data

LRCRUD Service

LRCRUD Client

Repository Server

Create stub record

1) Client issues a POST request to LRCRUD specifying “where” to create the record (e.g. communities or collections) if needed

2) LRCRUD calls the native Fedora creation routine

3) Fedora supplies LRCRUD with the ID for the newly created record

4) LRCRUD responds to the client with an HTTP 201 “Created” message and returns the ID in the Location: header

Upload and ingest the item

1) Client issues a PUT request to LRCRUD to replace the package identified by the URI. The entity body of the request must contain the zip-file containing the package to be ingested.

2) LRCRUD unpacks the files and calls the native Fedora ingestion routine.

3) Fedora tells LRCRUD that ingestion was successful

4) LRCRUD responds to the client with an HTTP 204 “No Content” message indicating that the request was successful.

Page 11: Interoperability and Preservation with the Hub and Spoke (HandS) Matt Cordial, Tom Habing, Bill Ingram, Robert Manaster University of Illinois Urbana-Champaign

Other Technologies

• Open Archives InitiativeObject Reuse and Exchange– http://www.openarchives.org/ore/

Page 12: Interoperability and Preservation with the Hub and Spoke (HandS) Matt Cordial, Tom Habing, Bill Ingram, Robert Manaster University of Illinois Urbana-Champaign

Open Source Code:http://sourceforge.net/projects/echodep

LRCRUD Service Specification:

http://dli.grainger.uiuc.edu/echodep/hns/LRCRUDS.htm

METS Profiles:Generic - http://www.loc.gov/standards/mets/profiles/00000015.xml

Web Capture - http://www.loc.gov/standards/mets/profiles/00000016.xml

Java API Documentation (Javadoc):http://echodep.sourceforge.net/javadoc/index.html

Project Web Sitehttp://ndiipp.uiuc.edu/

More Information

Page 13: Interoperability and Preservation with the Hub and Spoke (HandS) Matt Cordial, Tom Habing, Bill Ingram, Robert Manaster University of Illinois Urbana-Champaign

Questions?

Tom [email protected]