Skip to content

KMax/cqels

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

36 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

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

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages