Skip to content

Latest commit

 

History

History
40 lines (32 loc) · 1.2 KB

README.md

File metadata and controls

40 lines (32 loc) · 1.2 KB

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

Code license: LGPLv3.0