Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: about 2 months 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 10 years ago)
- Default Branch: master
- Last Pushed: 2015-10-12T13:10:03.000Z (about 9 years ago)
- Last Synced: 2024-05-13T09:32:53.304Z (8 months ago)
- Topics: rdf, stream-processing
- Language: Java
- Homepage: https://code.google.com/p/cqels/
- Size: 2.85 MB
- Stars: 5
- Watchers: 4
- Forks: 5
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
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 versionCode license: [LGPLv3.0](https://github.com/KMax/cqels/blob/master/LICENSE)