Go to file
2016-10-12 16:23:00 +02:00
data [TASK] Enhance even further, allow custom observers per query. 2016-10-09 18:04:03 +02:00
src/main [TASK] Make it possible to enable/disable window activity. 2016-10-12 16:23:00 +02:00
.gitignore [TASK] Try the timestamp-function once again. 2016-06-07 11:03:14 +02:00
pom.xml [TASK] Downgrade to engine 0.9.6 2016-10-04 15:04:35 +02:00
README.md Update README.md 2016-10-02 22:43:35 +02:00

CSPARQL-Carsimulation

This project uses the CEP engine C-SPARQL to demonstrate how event data from rdf streams can be processed. It consist of a rudimentary simulation which generates rdf event data that is then fed into the engine through rdf streams.

This project uses maven, so in order to get all the dependencies and build the project, you can run mvn package.

After that, you can run the project using java -jar target/CSPARQL-Carsimulation-0.0.1.jar.