Callidon / sparql-engine

🚂 A framework for building SPARQL query engines in Javascript/Typescript
https://callidon.github.io/sparql-engine
MIT License
99 stars 14 forks source link

Support for more advanced join algorithms #12

Closed Callidon closed 5 years ago

Callidon commented 5 years ago

This pull request adds the support for the following functionalities:

dwhitney commented 5 years ago

AMAZING! Thank you!

Callidon commented 5 years ago

Glad you like it 😄 Most of these features are not currently documented, but I will update the README soon.

Regarding property paths, this PR only adds supports for the sequence path. Complete support for all others property paths will come in the next few months.