-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Investigate Dataverse SWORD v2 endpoints #24
Comments
A general document that outlines the investigation and implementation tasks specific to the Dataverse implementation lives here. |
LAG-3018 has been opened which tracks access to Dataverse and its metadata requirements |
LAG-3018 has been closed. I have access to the stage dataverse for testing, and have minimal metadata requirements for the SWORD endpoint, and the JHU DA metadata reqs here. My preliminary investigation and Dataverse documentation indicate that Dataverse SWORD deposit is a two-step process: 1) submit the metadata, 2) submit the user content (as a zip). Currently I'm verifying that this is the case by looking at the source code. The review of the source code would conclude the work for this issue (i.e. complete the investigation of the Dataverse SWORD v2 endpoints). Assuming that the review of the source code confirms the documented and observed behavior (i.e. that deposit is a two-step process), then that will impact the scope of updating core deposit services. The implementation doc will be fleshed out with consequences. |
Preliminary investigation is complete. SWORD submission to DVN will need to occur as a three step process:
(An open question is the degree to which metadata is supported by SWORD ingest.) This three-step process is incompatible with the current architecture of Deposit Services, where a package and metadata are assembled together, and sent in a single transaction (i.e. a single SWORD API call containing both the package metadata and content, instead of two separate SWORD API calls). So there are a couple of options:
|
For completeness, this issue indicates there is no planned support in Dataverse for incorporating metadata in the uploaded zip. |
[#LAG-2936] Dataverse questions from Hanh.pdf
information relating to Dataverse known to us can be found in the attached image. additional questions can be routed to Mark Cyzyk. Please CC me in such communication.
The text was updated successfully, but these errors were encountered: