Event Cloud

compared with
Key
This line was removed.
This word was removed. This word was added.
This line was added.

Changes (11)

View Page History
The Event Cloud requires Java 6 or higher to run. On some node deployments, specific network ports needs to be open to enable communication with external entities. The source code is publicly available from [http://eventcloud.inria.fr]

h2. Components Architecture !eventcloud-architecture.png|border=1!

* Provided interfaces:
** SubscribeApi: Used to subscribe asynchronously to events from a
given stream
** PublishApi: Used to push events asynchronously into a specified
stream
** PutGetApi: Used to store and retrieve historical events from a given
stream
** EventCloudManagementApi: Manages the event clouds (e.g. to create
a stream, to configure the elasticity of a stream, etc.)
** EventCloudMonitoringApi: Manages the specified stream in nonfunctional ways such as monitoring data (hardware like the memory
consumption but also virtual like the number of subscriptions)
* Required interfaces:
** NotifyApi: Used to notify the subscribers about some events which a
subscription (e.g. to push matching events from a stream to the DCEP
for the subscriptions registered by the DCEP or from an Event Cloud to
the DSB for the subscriptions registered by the DSB).