Package Exports
- sparqlee
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (sparqlee) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
Sparqlee
A simple SPARQL expression evaluator library.
Using Sparqlee
Note: If you want to use aggregates, or exists you should check out the stream section.
Installation
This package is available on (TODO)npm.
Evaluating
TODO Add section about creating an evaluator and passing bindings.
Streams
TODO Add section about streams and their relation to aggregates and exists.
Spec compliance
TODO Add section about differences from the spec and which functions are affected (and which are implemented).
Setup locally
- Install
yarn(ornpm) andnode. - Run
yarn install. - Use these evident commands (or check
package.json):- building once:
yarn run build - build and watch:
yarn run watch - testing:
yarn run test - benchmarking:
yarn run bench
- building once:
Testing
Running tests will generate a test-report.html in the root dir.
TODO Explain test organizatian and expression tables