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: 12 days ago
JSON representation
A fork of CQELS (Continuous Query Evaluation over Linked Data)
- Host: GitHub
- URL: https://github.com/KMax/cqels
- Owner: KMax
- License: lgpl-3.0
- Created: 2014-05-14T12:51:23.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2015-10-12T13:10:03.000Z (about 10 years ago)
- Last Synced: 2025-04-10T22:54:32.527Z (8 months ago)
- Topics: rdf, stream-processing
- Language: Java
- Homepage: https://code.google.com/p/cqels/
- Size: 2.85 MB
- Stars: 5
- Watchers: 3
- Forks: 5
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-semantic-web - cqels
- awesome-semantic-web - cqels
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)