Implementatons of rsp-services interfaces for C-SPARQL Engine This project implements rsp-services components, go to https://github.com/streamreasoning/rsp-services to have more informations
The package polimi.deib.rsp_services_csparql.commons contains the implementation of the rsp-services interfaces The rest of the packages follow the server schemata to expose Rest services
You can find well documented hands on example at https://www.dropbox.com/s/ghb6ergnd0ric1u/ISWC2013_Hands_on_CSPARQL.zip and related slide at http://streamreasoning.org/slides/2013/10/B3_Hands_On_Session.pdf
An example of java client for rsp-service-csparql at https://github.com/streamreasoning/rsp-services-client-example. The client project uses a custom API, you can found the code at https://github.com/streamreasoning/rsp-services-api.
Run mvn clean package docker:build
to build the docker image.
The Spotify Docker Maven Plugin is used.
Finally run it via docker run -p 8175:8175 -d streamreasoning/rsp-services-csparql
.