-
Notifications
You must be signed in to change notification settings - Fork 0
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
Support Multiple Datasets #43
Comments
Started work on this. |
Initial work on this is here: https://github.com/ActiveTriples/linked-data-fragments/tree/feature/multi-dataset I'm more confident that routing shouldn't be a compatibility issue, at this point; or if it is, it will be very minor. Config is still likely a problem. |
https://github.com/ActiveTriples/linked-data-fragments/tree/feature/multi-dataset is updated with the latest work. A few PRs have been submitted representing some of that progress. |
https://github.com/ActiveTriples/linked-data-fragments/tree/feature/multi-dataset is a finished branch with this feature. Two things need to happen in order for this to reach PR:
|
@no-reply Is Marmotta work referenced in this last comment still outstanding? I assume the blazegraph work is. Is it obvious what this work is by running the tests on the branch? |
Allow multiple datasets in the cache service. The use case I have in mind for this is hosting multiple "authorities" in a single cache service.
Datasets are defined by the LD Fragments spec. We implement it in the Dataset model.
We should be able to introduce new datasets to act as additional subject cache endpoints. Ideally, it would be possible to put datasets in named graphs on a shared backend, or put them in separate backends.
The text was updated successfully, but these errors were encountered: