Go to file
Jan Philipp Timme fd6156fe71 [TASK] Generic commit. 2016-10-12 17:03:40 +02:00
data [TASK] Enhance even further, allow custom observers per query. 2016-10-09 18:04:03 +02:00
src/main [TASK] Generic commit. 2016-10-12 17:03:40 +02:00
.gitignore [TASK] Try the timestamp-function once again. 2016-06-07 11:03:14 +02:00
README.md [TASK] Generic commit. 2016-10-12 17:03:40 +02:00
pom.xml [TASK] Downgrade to engine 0.9.6 2016-10-04 15:04:35 +02:00

README.md

CSPARQL-Carsimulation

This project (which is more of a prototype than i am willing to admit) uses the CEP engine C-SPARQL to demonstrate how event data from rdf streams can be processed. It consist of a very rudimentary simulation that provides rdf event streams that can be fed into the C-SPARQL engine for further processing. It also brings along a bunch of C-SPARQL queries that are based on the results of my bachelor thesis that are meant to process the event stream data from the simulation in order to extract meaningful event patterns.

The project itself comes with a GUI that provides rough controls over whether the simulation is running plus a bunch of windows that show the data from the rdf streams and the results of the registered C-SPARQL queries for inspection.

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.