-
Notifications
You must be signed in to change notification settings - Fork 3
Add ro-crate support for exporting (and importing?) Data Resources #171
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
base: development
Are you sure you want to change the base?
Add ro-crate support for exporting (and importing?) Data Resources #171
Conversation
…porting_and_importing_Data_Resources
️✅ There are no secrets present in this pull request anymore.If these secrets were true positive and are still valid, we highly recommend you to revoke them. 🦉 GitGuardian detects secrets in your source code to help developers and security teams secure the modern development process. You are seeing this because you or someone else with access to this repository has authorized GitGuardian to scan your pull request. |
Important Review skippedBot user detected. To trigger a single review, invoke the You can disable this status message by setting the 🪧 TipsChatThere are 3 ways to chat with CodeRabbit:
SupportNeed help? Join our Discord community for assistance with any issues or questions. Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments. CodeRabbit Commands (Invoked using PR comments)
Other keywords and placeholders
CodeRabbit Configuration File (
|
…ded plan for content collection
…porting_and_importing_Data_Resources
…issing, based on new version of ro-crate-java
Original issue description
Is your feature request related to a problem? Please describe.
Currently, base-repo allows to download data, optionally in a zip file. Metadata can also be accessed via RESTful endpoints, but is kept separated from downloaded data. There is no way to download a self-describing package of entire Data Resources.
Describe the solution you'd like
Providing support for RO-Crates could tackle this issue. Allowing to access Data Resources with a special content-type, which produces an RO-Crate for the entire Data Resource, might be helpful, e.g., for archiving contents. Optionally, RO Crates could also be used for importing Data Resources, e.g., for migration.
closes #170