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

BACKEND: evaluate and test skiff as a distributed backend #113

Closed jacoscaz closed 3 years ago

jacoscaz commented 3 years ago

Skiff is an implementation of the Raft consensus algorithm for Node.js that exposes both a levelup and leveldown interface.

jacoscaz commented 3 years ago

The Scull fork seems to be slightly more up-to-date.

jacoscaz commented 3 years ago

None of these two seem to be maintained anymore. Closing for now, might come back to this in the future.