-
Notifications
You must be signed in to change notification settings - Fork 4
(Investigate) Support for handover method for data access #38
Comments
The outcome of our discussions so far: Quick&easy setup / a proof of concept implementation that could be improved later on:
|
@viklund & @MalinAhlberg how about making use of the metadata for a dataset (https://github.com/CSCfi/beacon-python/blob/master/data/example_metadata.json) to specify what handovers each dataset could have. This does imply changes to the database maybe a new column and potentially an additional table. This issue would need changes to the JSON schema to validate the new Handover things.
That is also unclear to me and this is the closest I found as a clear explanation:
https://beacon-project.io/roadmap/handover.html |
Well I asked just to be sure: ga4gh-beacon/specification#230 (comment) |
@blankdots, thanks for the feeback! We have started implementing a version of this on our fork of the repo, just to get started:
For now, we just have links to all accessible datasets, eg https://swefreq.nbis.se/dataset/SweGen |
@MalinAhlberg ok, once you see fit it would be nice if you could bring the changes here with a PR. |
For tracking purposes, started this issue: ga4gh-beacon/specification#276 |
Description
Investigate how to implement support for ga4gh-beacon/specification#114
DoD (Definition of Done)
Figure out if Handover method support is possible and how, add PoC (Proof of Concept).
Testing
Peer review, if implemented unit tests
The text was updated successfully, but these errors were encountered: