oxigraph/oxigraph

Rewrite Oxigraph JS API

Opened this issue · 0 comments

Tpt commented

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.