Skip to content
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

Add a Data Package serializer #10632

Open
wants to merge 1 commit into
base: develop
Choose a base branch
from

Conversation

roll
Copy link

@roll roll commented Jun 4, 2024

Purpose

Data Package is a European Commission-funded project (via NLnet) that is a standard containing a set of lightweight specifications for describing datasets and individual data files. The standard is widely used for data interoperability in other data portal systems like CKAN, Dryad, Our World in Data, and others. The main benefit of adoption the Data Package Standard is a rich set of software for reading and validating datasets - https://datapackage.org/standard/software/ (the most advanced implementations are in Python and R, as well as a Desktop application).

By creating this pull request, we would like to bootstrap a discussion if OSF would consider accepting the datapackage.json format to be one of the export targets for datasets' metadata. Also, tagging our friends from the University of California @sdiggs and @sapetti9 from Open Knowledge Foundation.

Thanks a lot in advance!

Changes / QA Notes

It only adds a new serializer without touching the existent code. Also, it exposes the new serializer in the osf.metadata.serializers.METADATA_SERIALIZER_REGISTRY

Documentation

Can you please help with identifying whether some docs need to be updated?

Side Effects

No

Ticket

No

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant