Awesome
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:
<repository>
<id>cqels.mvn-repo</id>
<url>https://raw.github.com/KMax/cqels/mvn-repo/</url>
<snapshots>
<enabled>true</enabled>
<updatePolicy>always</updatePolicy>
</snapshots>
</repository>
and declare the following dependency:
<dependency>
<groupId>org.deri.cqels</groupId>
<artifactId>cqels</artifactId>
<version>...</version>
</dependency>
Releases
1.0.0
- Mavenized build,
- Support of BIND operator,
- Initial support of remote SPARQL endpoints via SPARQL Graph Protocol,
- Fixed an FileException (at ObjectFileStorage) exception (commit).
1.1.0
- Updated Jena TDB up to 1.1.2 version
Code license: LGPLv3.0