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

Rewrite Oxigraph JS API #628

Open
Tpt opened this issue Sep 11, 2023 · 0 comments
Open

Rewrite Oxigraph JS API #628

Tpt opened this issue Sep 11, 2023 · 0 comments
Labels
enhancement New feature or request help wanted Extra attention is needed

Comments

@Tpt
Copy link
Collaborator

Tpt commented Sep 11, 2023

Oxigraph JS API is currently very bad and limited. It should be improved to be as good as the Python one.

A few improvement ideas:

  • I/O for RDF and SPARQL results should be usable outside of the Store object.
  • I/O should be possible with (async) streams and not only with String types.
  • It should be possible to serialize SPARQL query results
  • All Store methods already exposed to Rust and Python should be exposed in JS.
@Tpt Tpt added enhancement New feature or request help wanted Extra attention is needed labels Sep 11, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

1 participant