quadstorejs / quadstore

A LevelDB-backed graph database for JS runtimes (Node.js, Deno, browsers, ...) supporting SPARQL queries and the RDF/JS interface.
https://github.com/quadstorejs/quadstore
MIT License
203 stars 14 forks source link

WIP: drops the non-RDF API (#103), drops the search API (#104), adds Comunica (#105) as a SPARQL engine #107

Closed jacoscaz closed 4 years ago

jacoscaz commented 4 years ago

This is a huge PR that addresses the following:

This is a nice PR that drops a ton of code, making quadstore simpler and lighter while dramatically expanding our SPARQL coverage.

Additionally, this also takes care of #88 as a side-effect of switching to Comunica while handling SPARQL 1.1 DELETE/INSERT queries on our own.