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

Refactor DatasetService #1268

Open
srosset81 opened this issue May 30, 2024 · 0 comments
Open

Refactor DatasetService #1268

srosset81 opened this issue May 30, 2024 · 0 comments

Comments

@srosset81
Copy link
Contributor

The current DatasetService interacts directly with the Fuseki API to create and delete datasets. We will keep this service, but we will create another one which will interact with the NextGraph API and take into account its particularities.

  • Rename DatasetService to FusekiDatasetService
  • Create new NgDatasetService
  • Actions to rewrite with NextGraph:
    • create
    • delete
    • list: Available also with NextGraph.
    • exist: NextGraph throws an error if you try to open an unavailable dataset
    • backup: Do it manually ?
  • On PodService, ensure the dataset is correctly created after auth, and that the correct informations are saved on the "settings" dataset (see Initiate the NextGraph server #1262)

Information from Niko: For the moment, the NextGraph library only allow to create private stores. "Protected" stores would be better, as data can be published. In the future, the library will allow to choose the type of store we want to create.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant