Update README.md
This commit is contained in:
parent
17351ff756
commit
5371fa6aaa
|
@ -2,3 +2,7 @@
|
||||||
|
|
||||||
This project uses the CEP engine C-SPARQL to demonstrate how event data from rdf streams can be processed.
|
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.
|
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```.
|
||||||
|
|
Loading…
Reference in New Issue