Skip to content
This repository was archived by the owner on Sep 24, 2019. It is now read-only.
This repository was archived by the owner on Sep 24, 2019. It is now read-only.

Dataset URIs are used as resource URLs; prohibitive #102

@abargnesi

Description

@abargnesi

Datasets are stored with a URI computed from the scheme and host that is serving the OpenBEL API. For example if OpenBEL API is served from http://web.site.com then dataset URIs will be of the form
http://web.site.com/api/datasets/{UUID}.

If you change the scheme and host these URIs will be inconsistent and you will not be able to retrieve your datasets. You will have to re-import your documents.

It would be safer to compute the URL by the current schema and host and appending a dataset identifier to path. Once we find a dataset by identifier (or all datasets) we access it's dc:identifier to compute the resource location.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions