-
Notifications
You must be signed in to change notification settings - Fork 19
Enable ingest of a Bagit zipfile #98
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
Conversation
|
I have some Dataverse-exported bags I can share with anyone testing this, you can also download a bag (dataset) from a Clowder instance and test with that too. |
lmarini
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Works great. Removed a few files that were accidentally checked in and added an issue to make the endpoint return JSON instead of plain text.
This enables user to upload zip file to new endpoint to create a Clowder dataset with the contents:
curl -XPOST -F file=@MyBag.zip http://localhost:9000/api/datasets/createfrombag?key=fooI've been testing with Clowder bags and it will bring along metadata, still need bugfixes and testing with external bagit next week.