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

Establish a canonical JSON representation for NeXus metadata #144

Open
paulmillar opened this issue May 4, 2024 · 0 comments
Open

Establish a canonical JSON representation for NeXus metadata #144

paulmillar opened this issue May 4, 2024 · 0 comments

Comments

@paulmillar
Copy link

The NeXus metadata model is abstract. Although it is mostly commonly mapped to HDF5, it can also be mapped to XML. Given the recent (and on-going) work on mapping NeXus definitions to a corresponding ontology, it should also be possible to map NeXus metadata to corresponding statements within that ontology.

JSON is now a well-established format for recording information. There are a number of foundational technologies that work with JSON data, such as schemas, information extraction and manipulation. There are also many storage technologies that provide enhanced support for data in JSON format.

It would be helpful if NIAC established a mapping of NeXus metadata to JSON.

Possible use-cases include:

  • storing NeXus metadata separately from the HDF5, in databases optimised for querying
  • allowing network-transparent dataset querying using technologies that support JSON-backed information model.
  • deliver metadata independently of the data, to allow software to investigate possible datasets of interest without downloading complete HDF5 files.
  • support technologies that build summary information, based on JSON information models.

Having NIAC establish a canonical mapping of NeXus to JSON would avoid duplicated effort.

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

No branches or pull requests

1 participant