Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/kmax/cqels

A fork of CQELS (Continuous Query Evaluation over Linked Data)
https://github.com/kmax/cqels

rdf stream-processing

Last synced: about 2 months ago
JSON representation

A fork of CQELS (Continuous Query Evaluation over Linked Data)

Awesome Lists containing this project

README

        

# CQELS (Continuous Query Evaluation over Linked Data)

This repository is a fork of https://code.google.com/p/cqels/ repository on Google Code.

_DISCLAMER: I'm not a developer of the original CQELS._

## Install

Add the following repository to your pom.xml:
```

cqels.mvn-repo
https://raw.github.com/KMax/cqels/mvn-repo/

true
always

```

and declare the following dependency:
```

org.deri.cqels
cqels
...

```

## Releases
### 1.0.0
* Mavenized build,
* Support of [BIND](http://www.w3.org/TR/sparql11-query/#bind) operator,
* Initial support of remote SPARQL endpoints via [SPARQL Graph Protocol](http://www.w3.org/TR/sparql11-http-rdf-update/),
* Fixed an FileException (at ObjectFileStorage) exception _([commit](https://github.com/KMax/cqels/commit/4382fe7e2f15a8c205a47ab3cd0e25842e558c30))_.

### 1.1.0
* Updated [Jena TDB](https://jena.apache.org/documentation/tdb/) up to 1.1.2 version

Code license: [LGPLv3.0](https://github.com/KMax/cqels/blob/master/LICENSE)