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

Research alternatives to LevelDB supporting range queries #73

Closed jacoscaz closed 4 years ago

jacoscaz commented 5 years ago

Goal

Add support for range-based queries.

Check out

Notes

Dynamic indexes

jacoscaz commented 4 years ago

Working on experimental indexing in https://github.com/beautifulinteractions/node-quadstore/tree/feature/experimental-indexing

jacoscaz commented 4 years ago

Confirmed - will maintain current backend based on levelup and merge in support for configurable indexes as implemented in https://github.com/beautifulinteractions/node-quadstore/tree/feature/experimental-indexing