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

Personal/richyl2/metadata blob storage #10

Merged
merged 11 commits into from Jul 22, 2019

Conversation

Richyl2
Copy link
Contributor

@Richyl2 Richyl2 commented Jul 10, 2019

Description

The purpose of this PR is to store metadata in blob storage so results of queries can be served. This work will also keep track of the instances in a series, and the instances in a study, needed to serve the 'retrieve' functionality when the study or series instance identifier is not provided.

  • Added the Metadata project and storage provider: 'DicomMetadataStore'

Testing

  • Added integration tests for the DicomMetadataStore
  • Added new unit test project for the DICOM metadata project

@Richyl2 Richyl2 marked this pull request as ready for review July 15, 2019 15:23
@Richyl2 Richyl2 requested a review from a team as a code owner July 15, 2019 15:23
@Richyl2
Copy link
Contributor Author

Richyl2 commented Jul 15, 2019

@hansenms, @brendankowitz - Ready for review

@hansenms
Copy link

The use of blob storage for aggregating the data at study, series level worries me a bit. Seems like we are using BLOB storage as a transactional store relying on ETags.

I know this is the design, so I am OK with this one. I will let @brendankowitz sign off when he has been through.

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

4 participants