项目作者: KMax

项目描述 :
A fork of CQELS (Continuous Query Evaluation over Linked Data)
高级语言: Java
项目地址: git://github.com/KMax/cqels.git
创建时间: 2014-05-14T12:51:23Z
项目社区:https://github.com/KMax/cqels

开源协议:GNU Lesser General Public License v3.0

下载


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:

  1. <repository>
  2. <id>cqels.mvn-repo</id>
  3. <url>https://raw.github.com/KMax/cqels/mvn-repo/</url>
  4. <snapshots>
  5. <enabled>true</enabled>
  6. <updatePolicy>always</updatePolicy>
  7. </snapshots>
  8. </repository>

and declare the following dependency:

  1. <dependency>
  2. <groupId>org.deri.cqels</groupId>
  3. <artifactId>cqels</artifactId>
  4. <version>...</version>
  5. </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