Incremunica

Incremunica

Incremental query evaluation for Comunica

Build Status Coverage Status

This is a monorepo that builds upon the core comunica packages to allow for incremental query evaluation.

Querying with Incremunica

To query with Incremunica, you can follow the guide in the @comunica/actor-init-sparql package on npm. The rest of this readme is intended for developers who want to contribute to Incremunica.

Development Setup

(JSDoc: https://maartyman.github.io/incremunica/)

This repository should be used by Comunica module developers as it contains multiple Comunica modules that can be composed. This repository is managed as a monorepo using Lerna.

If you want to develop new features or use the (potentially unstable) in-development version, you can set up a development environment for Comunica.

Comunica requires Node.JS 8.0 or higher and the Yarn package manager. Comunica is tested on OSX, Linux and Windows.

This project can be setup by cloning and installing it as follows:

$ git clone https://github.com/maartyman/incremunica.git
$ cd incremunica
$ yarn install

Note: npm install is not supported at the moment, as this project makes use of Yarn's workspaces functionality

This will install the dependencies of all modules, and bootstrap the Lerna monorepo.

Furthermore, this will add pre-commit hooks to build, lint and test. These hooks can temporarily be disabled at your own risk by adding the -n flag to the commit command.

Important note: Not all SPARQL operators are currently supported. (only joins and projections (triple pattern queries))

License

This code is copyrighted by Ghent University – imec and released under the MIT license.

Generated using TypeDoc