Proof of concept service that provides a WebSocket for the client to be notified when changes happen
433
Service that provides WebSocket for the client to be notified when changes happen to the database.
You need to have the Delta service and mu-cl-resources to be running:
docker run -it --rm --name push-service -p 8080:80 \
-e MU_SPARQL_ENDPOINT=http://delta:8890/sparql \
-e MU_CL_RESOURCES_ENDPOINT=http://resources \
-v <path_to_mu_cl_resource_config>:/config \
tenforce/push-service
Also: don't forget to register this service in the subscribers of the Delta service:
subscribers.json:
{
"potentials":[
"http://push-service/update"
],
"effectives":[
]
}
Content type
Image
Digest
Size
263.6 MB
Last updated
about 9 years ago
docker pull tenforce/push-service